home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / workshop / howto / pci < prev    next >
Text File  |  1996-09-04  |  93KB  |  2,161 lines

  1.   Linux PCI-HOWTO
  2.   by Michael Will, Michael.Will@student.uni-tuebingen.de
  3.   v0.6d, July 1996
  4.  
  5.   Information on what works with Linux and PCI-boards and what does not.
  6.  
  7.   1.  Introduction
  8.  
  9.   Many people, including me, would like to run Linux on a PCI-based
  10.   machine.  Since it is not obvious which PCI motherboards and PCI cards
  11.   will work with Linux and which do not, I conducted a survey and spent
  12.   some hours to compile the information contained herein.
  13.  
  14.   If you have information to add, please mail me. If you have questions,
  15.   feel free to ask.
  16.  
  17.   Help with my style/grammar/language is welcome as well. I am not a
  18.   native- speaker of English and expect to make occasional mistakes.
  19.  
  20.   Note: "on-board chip" refers to a SCSI chip integrated onto the
  21.   motherboard rather than on a PCI expansion card.
  22.  
  23.   Also, "quotes" herein may have slight context editing.
  24.  
  25.   2.  Why PCI?
  26.  
  27.   2.1.  General overview
  28.  
  29.   The PC-architecture has several BUS-Systems to choose from:
  30.  
  31.      ISA
  32.         16 or 8bit, cheap, slow (usually 8Mhz), standard, many cards
  33.         available>
  34.  
  35.      EISA
  36.         32bit, expensive, fast, few cards available, fading>
  37.  
  38.      MCA
  39.         32 or 16bit ex-IBM-proprietary, fast, becoming rare>
  40.  
  41.      VESA-Local-Bus
  42.         32bit, based on 486 architecture, cheap, fast, many cards
  43.         available>
  44.  
  45.      PCI-Local-Bus
  46.         32bit (64 bit coming), cheap, fast, many cards available,
  47.         nowadays standard>
  48.  
  49.   MCA worked fine, but never achieved much market, being used on only
  50.   some early IBM PS/2 machines. There were very few cards.
  51.  
  52.   EISA was reliable, but rather expensive, and intended more for
  53.   servers, than for the average user. It has the next fewest cards
  54.   available.
  55.  
  56.   VESA-Local-Bus (VLB) had some problems with high bus-speeds, and was
  57.   not very reliable, but mainly due to its low price and better-than-ISA
  58.   performance, sold very well. Technically, it's almost a direct map of
  59.   the 486 processor bus.  Most VESA boards should be stable by now.  At
  60.   the beginning of 1996, many 486 motherboards still support VESA, but
  61.   PCI is growing.  VESA busses are tied directly to the speed of the
  62.   memory bus for 486's, or half the speed for Pentiums.
  63.  
  64.   PCI now has the advantage. Like EISA it is not proprietary. It is as
  65.   faster than EISA or MCA, and cheaper.  Most current Pentium
  66.   motherboards use the PCI bus; VESA is fading.  Virtualy all PCI
  67.   motherboards and cards sold at the beginning of 1996 are 32 bit, and
  68.   run at 0-33 MHz.
  69.  
  70.   Currently, most Pentium motherboards run the PCI bus at 1/2 the memory
  71.   speed (ie: 33 MHz for the 66 MHz memory bus on the P66,P100,P133,P166;
  72.   30 MHz for the 60 MHz memory bus on the P60,P90,P120,P150; and 25 Mhz
  73.   on the 50 MHz memory bus of the P75).  This is probably true of Cyrix
  74.   6x86 motherboards too.  NexGen 5x86 implemention isn't known.  The PCI
  75.   spec does allow the PCI bus to be run asynchronously from the
  76.   processor, (eg: 33 Mhz bus on P75), but this is not common yet.
  77.  
  78.   PCI 2.1 has been defined, allowing 64 bit PCI, and/or 0-66 MHz
  79.   operations, but no x86 chipsets yet support these options.  64 bit PCI
  80.   will probably appear first, in 32/64 bit dual compatible versions.
  81.   That is, you will be able to mix 32 and 64 bit cards.  66 MHz PCI will
  82.   take longer, as it's technically demanding, can only support one or
  83.   maybe two slots per bridge, and may not work well with 33 MHz cards.
  84.  
  85.   PCI is not processor dependent like the VESA Local-Bus. This means you
  86.   can use the winner-1000-PCI in an Alpha-driven-PCI computer as well as
  87.   in a i486/Pentium-driven PCI computer, with the appropriate BIOS and
  88.   software.  Beside Intel and DEC Alpha platforms, PCI is used on some
  89.   PowerPC's.
  90.  
  91.   Some PCI variations to be aware of: some implementations support "Bus
  92.   Master" cards in all PCI slots, some in only one slot, and some not at
  93.   all; some implementations support "bridging" on cards and some do not.
  94.  
  95.   2.2.  Performance
  96.  
  97.   taken from Craig Sutphin's early Pro-PCI-Propaganda
  98.  
  99.        Unlike some local buses, which are aimed at speeding up
  100.        graphics alone, the PCI Local Bus is a total system solu¡
  101.        tion, providing increased performance for networks, disk
  102.        drives, full-motion video, graphics and the full range of
  103.        high-speed peripherals. At 33 MHz, the synchronous PCI Local
  104.        Bus transfers 32 bits of data at up to 132 Mbytes/sec. A
  105.        transparent 64-bit extension of the 32-bit data and address
  106.        buses can double the bus bandwidth (264 Mbytes/sec) and
  107.        offer forward and backwards compatibility for 32 and 64-bit
  108.        PCI Local Bus peripherals. Because it is processor-
  109.        independent, the PCI Local Bus is optimized for I/O func¡
  110.        tions, enabling the local bus to operate concurrent with the
  111.        processor/memory subsystem.  For users of high-end desktop
  112.        PC's, PCI makes high reliability, high performance and ease
  113.        of use more affordable than ever before; no trivial task at
  114.        33 MHz bus-clock rates. Variable length linear or toggle
  115.        mode bursting for both reads and writes improves write
  116.        dependent graphics performance. By comprehending the loading
  117.        and frequency requirements of the local bus at the component
  118.        level, buffers and glue logic are eliminated.
  119.  
  120.   See the chapter about Benchmarks for some crude (and perhaps
  121.   meaningless) benchmarks on ASUS PCI Boards with 486 and 586.
  122.  
  123.   2.3.  The onboard-SCSI-II-chip NCR53c810
  124.  
  125.   One very nice feature of some PCI mother boards is the NCR onboard-
  126.   SCSI-II-chip, which is said to be as fast as the EISA-Adaptec-1742,
  127.   but much cheaper. Drivers for DOS/OS2 are available. Drew Eckard has
  128.   released his version of his NCR53c810-driver, which is in the standard
  129.   kernel since v1.2.
  130.  
  131.   This works so well I sold my adaptec-1542B-ISA soon after I bought the
  132.   ASUS SP3-saturn-chipset PCI board, and found the onboard NCR-SCSI
  133.   controller to be much faster.
  134.  
  135.   The NCR53c810-chip is onboard on some PCI-motherboards.  There are
  136.   add-on-boards available too, for about US$ 70.00.
  137.  
  138.   There is only one thing I noticed did not work with the NCR-drivers
  139.   when I tried them. Disconnect/Reconnect did not work, so using a SCSI-
  140.   tape could be a pain, especially when using "mt erase" or the like
  141.   blocks the whole SCSI-bus until it has finished. Since this was very
  142.   unsatisfying for me, I bought one of these nice but expensive DPT PCI
  143.   SCSI controller and had no such problems anymore.
  144.  
  145.   People have reported this problem has been solved by Drew by now.
  146.  
  147.   FreeBSD does support the NCR53c810 for quite a long time already,
  148.   including Tagged Command Queues, FAST, WIDE and Disconnect for NCR
  149.   53c810, 815, 825. Drew said, it would be possible to adapt the FreeBSD
  150.   driver to Linux. I somewhere saw some patches to do exactly this, any
  151.   pointer to the location?
  152.  
  153.   I personaly have the impression there are some important wheels
  154.   invented more than once because of the differently evolving of FreeBSD
  155.   and Linux. Some more cooperation could do both systems very well...
  156.  
  157.   2.4.  Drew Eckhardt on PCI-SCSI:
  158.  
  159.   Drew said on end of March 95 about the SCSI on PCI: (slightly edited
  160.   for clarity in context)
  161.  
  162.   The Adaptec 2940, Buslogic BT946, BT946W, DPT PCI boards, Future
  163.   Domain 3260, NCR53c810, NCR53c815, NCR53c820, and NCR53c825 all work
  164.   for some definition of the word works.
  165.  
  166.   ╖  The Adaptec 2940 suffers from the same cabling sensitivity that
  167.      plagues all recent boards, but otherwise works fine.
  168.  
  169.   ╖  The Future Domain boards are not busmasters, and the driver doesn't
  170.      support multiple simultaenous commands.  If you don't (currently)
  171.      need multiple simultaneous commands, get a NCR board, which will be
  172.      cheaper and is busmastering.  If you need multiple simultaneous
  173.      commands, get a Buslogic.
  174.  
  175.   ╖  The Buslogic BT956W will do WIDE SCSI with the Linux drivers
  176.      (although you can't use targets 8-15), the Adaptec 2940W (with one
  177.      line patch to the 2940 driver) won't, nor will the NCR53c820 and
  178.      NCR53c825.
  179.  
  180.   ╖  The NCR boards are dirt cheap (< $ 70 US), are generally quite
  181.      fast, but the driver currently doesn't support multiple
  182.      simultaenous commands. Alpha which do neat things like
  183.      disconnect/reconnect and synchronous transfer are now publicly
  184.      available, see below.
  185.  
  186.   ╖  Emulux, Forex, and other unmentioned PCI SCSI controllers will not
  187.      work.
  188.  
  189.   2.5.  New Alpha Version of the NCR driver
  190.  
  191.   Alpha versions of the NCR driver which do neat things like
  192.   disconnect/reconnect and synchronous transfers are now publically
  193.   available.  Any one interested in playing with them should
  194.  
  195.   ╖  Join the NCR mailing list, by sending mail to
  196.      majordomo@colorado.edu with subscribe ncr53c810 in the text.
  197.  
  198.   ╖  Get all of the readmes, and latest diffs file from
  199.      ftp://tsx-11.mit.edu/pub/ALPHA/linux/SCSI/ncr53c810
  200.  
  201.   2.6.  The EATA-DMA driver and the PCI SCSI controllers from DPT
  202.  
  203.   The EATA-DMA scsi driver has undergone extensive changes and now also
  204.   supports PCI SCSI controllers, multiple controllers and all SCSI
  205.   channels on the multichannel SmartCache/Raid boards in all
  206.   combinations of WIDE, FAST-20 (ULTRA) and DIFFERENTIAL.
  207.  
  208.   The driver supports all EATA-DMA Protocol (CAM document CAM/89-004
  209.   rev. 2.0c) compliant SCSI controllers and has been tested with many of
  210.   those controllers in mixed combinations.
  211.  
  212.   Those are:             (ISA)   (EISA) (PCI)
  213.         DPT Smartcache: PM2011  PM2012B
  214.         Smartcache III: PM2021  PM2022  PM2024
  215.                                 PM2122  PM2124
  216.                                 PM2322
  217.         Smartcache IV:  PM2041  PM2042  PM2044
  218.                                 PM2142  PM2144
  219.                                 PM2322
  220.         SmartRAID     : PM3021  PM3122
  221.                                 PM3222  PM3224
  222.                                         PM3334
  223.         and some controllers from NEC, AT&T, SNI, AST, Olivetti and Alphatronix.
  224.  
  225.   On a "base" DPT card (no caching or RAID module), a MC680x0 controls
  226.   the bus-mastering DMA chip(s) and the SCSI controller chip.  The DPT
  227.   SCSI card almost works like a SCSI coprocessor.
  228.  
  229.   The DPT card also will emulate an IDE controller/drive (ST506
  230.   interface), which enables you to use it with all operating systems
  231.   even if they don't have an EATA driver.
  232.  
  233.   On a card with the caching module, the 680x0 maintains and manages the
  234.   on-board cacheing.  The DPT card supports up to 64 MB RAM for disk-
  235.   cacheing.
  236.  
  237.   On a card with the RAID module, the 680x0 also performs the management
  238.   of the RAID, doing the mirroring on RAID-1, doing the striping and ECC
  239.   info generation on RAID-5, etc.
  240.  
  241.   The entry level boards utilize a Motorola 68000, the high-end, more
  242.   raid specific DPT cards use a 68020, 68030 or 68040/40MHz processor.
  243.  
  244.   Official list prices range from $ 265 to $ $1.645 (January 18, 1996)
  245.  
  246.   Since I've been asked numerous times where you can buy those boards in
  247.   Europe, I asked DPT to send me a list of their official European
  248.   distributors. Here is a small excerpt:
  249.  
  250.   Austria: Macrotron GmbH            Tel:+43 1 408 15430   Fax:+43 1 408 1545
  251.   Denmark: Tallgrass Technologies A/S Tel:+45 86 14 7000   Fax:+45 86 14 7333
  252.   Finland: Computer 2000 Finnland OY Tel:+35 80 887 331    Fax:+35 80 887 333 43
  253.   France : Chip Technologies         Tel:+33 1 49 60 1011  Fax:+33 1 49 599350
  254.   Germany: Akro Datensysteme GmbH    Tel:+49 (0)89 3178701 Fax:+49 (0)89 31787299
  255.   Russia : Soft-tronik               Tel:+7 812 315 92 76  Fax:+7 812 311 01 08
  256.   U.K.   : Ambar Systems Ltd.        Tel:+44 1296 311 300  Fax:+44 296 479 461
  257.  
  258.   "IMHO, the DPT cards are the best-designed SCSI cards available for a
  259.   PC.  And I've written code for just about every type of SCSI card for
  260.   the PC.  (Although, in retrospect, I don't know why!) ;-)" Jon R.
  261.   Taylor (jtaylor@magicnet.net) President, Visionix, Inc.
  262.  
  263.   The latest version of the EATA-DMA driver and a Slackware bootdisk is
  264.   available on: ftp.i-Connect.Net:/pub/Local/EATA
  265.  
  266.   Since patchlevel 1.1.81 the driver is included in the standard kernel
  267.   distribution.
  268.  
  269.   The author can be reached under these addresses: neuffer@mail.uni-
  270.   mainz.de or mike@i-Connect.Net
  271.  
  272.   2.7.  BT-946C fully supported with kernel 1.3.x and newer
  273.  
  274.   There is a driver in the 1.3.x kernels (available as a patch for the
  275.   1.2.13 kernel) written by someone associated with buslogic that fully
  276.   supports the 946C and ALL of it's features including strict round
  277.   robin, tagged queueing, multiple scatter/gather, multiple mailboxes,
  278.   IRQ sharing, and yes, 15 devices on Fast/Wide.  It is no longer
  279.   necessary to use any ISA emulation with the driver (no DMA channel, no
  280.   ISA address), and the driver is /fast/ and /stable/ (it's out of BETA
  281.   and into full release).
  282.  
  283.   The driver is available on ftp.dandelion.com (the newest version can
  284.   always be got by doing "get BusLogic*").  It supports ALL BusLogic
  285.   controllers with the exception of the FlashPoint LT, which uses a
  286.   different interface.  The driver is included in the 1.3.x kernels as
  287.   standard for BusLogic devices.
  288.  
  289.   2.8.  Future Domain TMC-3260 PCI SCSI
  290.  
  291.   Rik Faith (faith@cs.unc.edu) informed me on Wed, 1 Feb 1995 about the
  292.   Future Domain TMC-3260 PCI SCSI card being supported by the Future
  293.   Domain 16x0 SCSI driver.  Newer information might be contained in the
  294.   SCSI-HOWTO.
  295.  
  296.   ╖  Detection is not done well, and does not use standard PCI BIOS
  297.      detection methods (someone who has a PCI board needs to send me
  298.      patches to fix this problem).  So, you might have to fiddle with
  299.      the detection routine in the kernel to get it detected.
  300.  
  301.   ╖  The driver still does not support multiple outstanding commands, so
  302.      your system will hang while your tape rewinds.
  303.  
  304.   ╖  The driver does not support the enhanced pseudo-32bit transfer mode
  305.      supported by recent Future Domain chips, so you will not get
  306.      transfer rates as high as under DOS.
  307.  
  308.   ╖  The driver only supports the SCSI-I protocol, so your really fast
  309.      hard disks will not get used at the highest possible throughput.
  310.      (Again, fixes for all these problems are solicited -- no one is
  311.      working on them at this time.)
  312.  
  313.   2.9.  other thoughts on scsi
  314.  
  315.   James Soutter (J.K.Soutter1@lut.ac.uk) asked me to add the following
  316.   information on Fast-Wide-SCSI-2:
  317.  
  318.        Fast Wide SCSI-2 is sometimes incorrectly called SCSI-3. It
  319.        differs from the normal Fast SCSI-2 (like the Adapted
  320.        1542B?) because it uses a 16 bit data bus rather than the
  321.        more usual 8 bit bus. This improves the maximum transfer
  322.        rate from 10 MB/s to 20 MB/s but requires the use of special
  323.        Fast Wide SCSI-2 drives.
  324.  
  325.        The added performance of Fast Wide SCSI-2 will not
  326.        necessarily improve the speed of your system.  Most hard
  327.        disk drives have a maximum internal transfer rate of less
  328.        than 10 MB/s and so one drive alone can not flood a FAST
  329.        SCSI-2 bus.
  330.  
  331.        In Seagate's Oct 1993 product overview, only one Fast Wide
  332.        SCSI-2 drive has an internal transfer rate of more than 10
  333.        MB/s (the ST12450W).  Most of the drives have a maximum
  334.        internal transfer rate of 6 MB/s or less, although the
  335.        ST12450W is not the only exception to the rule.  In
  336.        conclusion, Fast Wide SCSI is designed for the file server
  337.        market and will not necessarily benefit a single user
  338.        workstation style system.
  339.  
  340.        Rather than buying a PCI system with a SCSI interface on the
  341.        motherboard, or rather than waiting for the NCR driver, you
  342.        could purchase a separate PCI based SCSI card. According to
  343.        Drew, the only PCI SCSI option that stands a chance of
  344.        working is the Buslogic 946. It purports to be Adaptec 1540
  345.        compatible, like the EISA/VESA/ISA boards in the series.
  346.  
  347.        Drew commented that other PCI based SCSI controllers are
  348.        unlikely to be supported under Linux or the BSD's because
  349.        the NCR based controllers are cheaper and more prevalent.
  350.  
  351.   According to broom@ocean.fit.qut.edu.au (Bradley Broom):
  352.  
  353.        The Buslogic BT-946C PCI SCSI works if you disable the
  354.        option "enable Disconnection" with the AUTOSCSI-program
  355.        under DOS which comes with the card.
  356.  
  357.   Ernst Kloecker (ernst@cs.tu-berlin.de) wrote: (edited)
  358.  
  359.        Talus Corporation has finished a NS/FIP driver for PCI
  360.        boards with NCR SCSI. It will be shipping very soon, might
  361.        even be free because a third party might pay for the work
  362.        and donate the driver to NeXT.
  363.  
  364.   Not every PCI-Board has got the chip. The old ASUS do, and one of the
  365.   J-Bond boards does, too. (Most of the boards nowadays (6/95) do expect
  366.   you to buy the NCR53c810 seperately.) Some vendors provide an
  367.   alternative as you can read in Drew's text...
  368.  
  369.   The NCR-Chip is clever enough to work with drives formatted by other
  370.   controllers, and should be no problem.
  371.  
  372.   3.  ASUS-Boards
  373.  
  374.   3.1.  ASUS and the NMI (Parity) -- impact on Gravis-Ultrasound
  375.  
  376.   The newer trition PCI-Mainboards in 1995 did not seem to support
  377.   parity-SIMMS anymore. Since I usualy took the cheaper nonparity-SIMMS
  378.   anyway, I did not consider this a problem until I put the Gravis-
  379.   Ultrasound into my machine. Under DOS the SBOS-Driver and Setup/Test
  380.   utility does complain about "nmi procedure disabled on this p.c.". The
  381.   manual says I'd better get a better mainboard in that case, not very
  382.   helpful.
  383.  
  384.   The gravis-ultrasound did work nice in the ASUS-SP3 and ASUS-SP4,
  385.   inspite of this, but the gravis-ultrasound-max I have here got gmod to
  386.   kernel panic on both boards, and sometimes when playing au-files via
  387.   /dev/audio did strange things, like playing the rest of an older,
  388.   previously played sound after the new one. The sounddriver does
  389.   recommend a buffer of 65536 with the GUS Max instead of the small one
  390.   like the GUS - why I do not know. I do not have such a problem with
  391.   the newer ASUS TP4 XE boards, though.  Both are equipped with 1M DRAM
  392.   onboard. These problems are probably not related to the NMI-problem,
  393.   but because of the sounddriver?
  394.  
  395.   I heard not only ASUS but most of the newer PCI-Mainboards are lacking
  396.   in parity/NMI-support.
  397.  
  398.   Strange enough - the ASUS-TP4 (Trition Chipset) does work with the GUS
  399.   Max - it does load the SBOS-Driver. I have to admit, I am confused.
  400.  
  401.   3.2.  Various types of ASUS Boards
  402.  
  403.   3.2.1.  ASUS SP3 with saturn chipset I (rev. 2) for 486,
  404.  
  405.   ╖  2 x rs232 with 16550
  406.  
  407.   ╖  NCR53c810 onboard,
  408.  
  409.   ╖  slightly broken saturn-chipset I (rev. 2)
  410.  
  411.   3.2.2.  ASUS SP3G with saturn chipset II (rev. 4) for 486,
  412.  
  413.   like SP3, but less buggy saturn chipset
  414.  
  415.   3.2.3.  ASUS SP3-SiS chipset, for 486
  416.  
  417.   like AP4, but newer, SiS chipset, green functions and all the EIDE,
  418.   rs232 with 2 16550 and centronics.  Only 2 SIMM Slots,  Does seem to
  419.   work with AMD486DX4/120, but was not very reliably on NCR53c810 and
  420.   various operating systems (Windows-NT, Windows95, OS2), after
  421.   upgrading to a PentiumBoard ASUS SP4, all the problems vanished, so it
  422.   must have been the board.  Still does seem to work nice for Linux,
  423.   though.
  424.  
  425.   3.2.4.  ASUS AP4, for 486, with PCI/ISA/VesaLocalbus
  426.  
  427.   green functions, 1VL, 3 ISA, 4 PCI slots, only EIDE onboard, no fd-
  428.   controller, no rs232/centronics. Very small size.
  429.  
  430.   does recognice AMD486DX2/66 as DX4/100 only. This can be corrected
  431.   with soldering one pin (which?) to ground, but I would not recommend a
  432.   board like this anyway.
  433.  
  434.   The one I tested was broken for OS2 and Linux, but people are said to
  435.   use it for both.
  436.  
  437.   The VesaLocalbus-Slot is expected to be slower than the normal vesa-
  438.   localbus boards because of the PCI2VL bridge, but without penalty to
  439.   the PCI section.
  440.  
  441.   3.2.5.  ASUS SP4-SiS, for Pentium90, PCI/ISA
  442.  
  443.   like SP3-SiS, but for Pentium90/100.
  444.  
  445.   3.2.6.  ASUS TP4 with Triton chipset and EDO-Support
  446.  
  447.   has the Triton-Chipset for better performance and supports normal
  448.   PS2-Simms as well as Fast-Page-Mode and EDO modules.
  449.  
  450.   3.2.7.  ASUS TP4XE with Triton chipset and additional SRAM/EDORAM sup¡
  451.   port
  452.  
  453.   supports the new EDORAM and upcoming SRAM standards. At least SRAM is
  454.   said to considerabely increase performance. Did for some reason not
  455.   accept the 8M PS2-SIMMS working ok in ASUS SP4, after changing them
  456.   against others, bigger looking ones, (16 chips instead of 8 if I
  457.   remember right) it worked ok. Has been tested with P90 and P100.
  458.  
  459.   3.3.  Benchmarks on ASUS Mainboards
  460.  
  461.   I tried to compare the speed of CPUs in two ASUS Mainboards: for 486 I
  462.   tested the SP3 SiS (the one with one vesa-local-bus slot) and for 586
  463.   I tested the ASUS TP4/XE, each with 16M RAM, always the same unloaded
  464.   system with another CPU, with whetstone and dhrystone.
  465.  
  466.   I must admit, I have not read the benchmarks-faq yet, and will
  467.   probably edit the section a loot soon. If you have any comments,
  468.   please mail me.
  469.  
  470.   I am especially confused about the amd486DX4/100 being faster on
  471.   dhrystones than the DX4/120 version? I did not see that kind of
  472.   inconsistency on comparing the P90 and P100.
  473.  
  474.   Perhaps this was at fault: when I plugged in the amdDX4-100, I had the
  475.   board jumpered for DX2-66. While the BIOS did report it as an DX4-100,
  476.   the board might have used the wrong clockspeeds... but since DX2-66
  477.   uses 33Mhz * 2 and DX4 uses 33Mhz * 3, this would have been correct?
  478.  
  479.   The board running with DX4-120 is jumpered to 40Mhz * 3 = 120 Mhz.
  480.  
  481.   Another thing I wonder about is why the whetstones-result does yield
  482.   so even numbers on some machines?
  483.  
  484.   3.3.1.  ASUS SP3 with amd486DX4-100
  485.  
  486.   ╖  Dhrystone time for 500000 passes = 7 by 63559 dhrystones/second
  487.  
  488.   ╖  Whetstone time for 1000 passes = 5 by 200.0000 Whetstones/second
  489.  
  490.   3.3.2.  ASUS SP3 with amd486DX4-120
  491.  
  492.   ╖  Dhrystone time for 500000 passes = 8 by 56074 dhrystones/second
  493.  
  494.   ╖  Whetstone time for 1000 passes =  4 by 250.0000 Whetstones/second
  495.  
  496.   3.3.3.  ASUS SP3 with intel486DX2-66
  497.  
  498.   ╖  Dhrystone time for 500000 passes = 9 by 50761 dhrystones/second
  499.  
  500.   ╖  Whetstone time for 1000 passes = 7 by 142.8571 Whetstones/second
  501.  
  502.   3.3.4.  ASUS TP4/XE with intel586-90
  503.  
  504.   ╖  Dhrystone time for 500000 passes = 4 by 101010 dhrystones/second
  505.  
  506.   ╖  Whetstone time for 1000 passes = 3 by 333.3333 Whetstones/second
  507.  
  508.   3.3.5.  ASUS TP4/XE with intel586-100
  509.  
  510.   ╖  Dhrystone time for 500000 passes = 4 by 102040 dhrystones/second
  511.  
  512.   ╖  Whetstone time for 1000 passes = 2  by 500.0000 Whetstones/second
  513.  
  514.   3.4.  Detailed information on the old ASUS PCI-I-SP3 with saturn
  515.   chipset from heinrich@zsv.gmd.de:
  516.  
  517.   ╖  3 PCI, 4 ISA Slots (3x16, 1x8 Bit)
  518.  
  519.   ╖  ZIF Socket for the CPU
  520.  
  521.   ╖  room for 4 72pin-SIMMs (max. 128M)
  522.  
  523.   ╖  Award BIOS in Flash-Eprom
  524.  
  525.   ╖  Onboard: NCR-SCSI, 1par, 2ser (with FIFO), AT-Bus, Floppy
  526.  
  527.   The board does like most in that price class -- write-through cache,
  528.   no write-back. This should not be significant, maybe 3% of
  529.   performance.
  530.  
  531.   The BIOS supports scsi-drives under DOS/Windows without additional
  532.   drivers, but with the board come additional drivers which are said to
  533.   give better performance, for DOS/Windows(ASPI), OS2, Windows-NT, SCO-
  534.   Unix, Netware (3.11 and 4, if interpreted correctly)
  535.  
  536.   Gert Doering (gert@greenie.muc.de) was saying the SCO-Unix-driver for
  537.   the onboard-SCSI-Chip was not working properly. After two or three
  538.   times doing: "time dd if=/dev/rhd20 of=/dev/null bs=100k count=500" it
  539.   kernel-paniced...
  540.  
  541.   The trouble some people experienced with this board might be due to
  542.   them using an outboard Adaptec-SCSI-Controller with "sync negotiation"
  543.   turned on. (This predates the NCR driver release; hence the use of the
  544.   Adaptec.) Please check that in the BIOS-Setup of the Adaptec-1542C if
  545.   you use one and have problems with occasional hangups!
  546.  
  547.   There is a new version of the ASUS-Board which should have definitely
  548.   less problems. It is called ASUS-PCI-I/SP3G, the G is important. It
  549.   has the new Saturn-chipset rev. 4 and the bugs should be gone.  They
  550.   use the Saturn-ZX-variant and the new SP3G has fully PCI conforming
  551.   level-triggered (thus shareable), BIOS-configurable interrupts.  It
  552.   has an on-board PS/2-mouseport, EPA-power-saving-modes and
  553.   DX4-support, too. It performs excellently. If you can get the German
  554.   computer magazine C't from July (?), you will find a test report where
  555.   the ASUS-Board is the best around.
  556.  
  557.   Latest information about ASUS-SP3-G: You might experience crashes when
  558.   using PCI-to-Memory-Posting. If you disable this, all works perfect.
  559.   jw@peanuts.informatik.uni-tuebingen.de said he believed it to be a
  560.   problem of the current Linux-kernel  rather than the hardware, because
  561.   part of the system still works when crashing, looking like a deadlock
  562.   in the swapper, and OS2/DOS/WINDOZE don't crash at all.
  563.  
  564.   3.5.  Pat Dowler (dowler@pt1B1106.FSH.UVic.CA) with ASUS SP3G
  565.  
  566.   ╖  ASUS SP3G board (it is rev.4 == saturn II)
  567.  
  568.   ╖  AMD DX4-100 CPU (need to set jumper 36 to 1&2 rather than 2&3,
  569.      otherwise it's set the same as other 486DXn chips)
  570.  
  571.   ╖  256K cache (comes with 15ns cache :-)
  572.  
  573.   ╖  16meg RAM (2x8meg)
  574.  
  575.   ╖  ET4000 ISA video card
  576.  
  577.   ╖  quantum IDE hard drive
  578.  
  579.   ╖  SMC Elitel16 combo ethernet card
  580.  
  581.   Unlike some other reports, I find the mouse pointer moves very smoothy
  582.   under X (just like the ol' 386)  - it is jumpy under some, but not
  583.   all, DOS games though...
  584.  
  585.   Performance is great!! I ran some large floating point tests and found
  586.   the performance in 3x33 (100MHz) mode to be almost 1.5x that in 2x
  587.   (66MHz) mode (large being 500x500 doubles - 4meg or so)... I was a
  588.   little dubious about clock-tripling but I seem to be getting full
  589.   benefit :-)
  590.  
  591.   The heavily configurable energy star stuff doesn't work with the
  592.   current AMD DX4 chips - you need an SL chip
  593.  
  594.   I really need a SCSI disk and a PCI video card :-)
  595.  
  596.   (I had a phonecall by a person who had this problem with the buggy SMC
  597.   FIFO chipset, after using X-window they hung.)
  598.  
  599.   4.  confusion about saturn chipsets
  600.  
  601.   Pat Duffy (duffy@theory.chem.ubc.ca) said:
  602.  
  603.   Saturn I:  these are revisions 1 and 2 of the Saturn chipsets.
  604.   Saturn II:  This is also called rev. 4 of the Saturn chipsets.
  605.  
  606.   As far as I know, rev. 3 never actually shipped, and (from a few people who
  607.   have it) the SP3G now has rev. 4 (or Saturn II) in it.
  608.  
  609.   Confused?  Well, the only real definitive answer is to get ahold of the board
  610.   and run the debug script in the PCI chipset list on it.  As far as I know,
  611.   though, the SP3G board is indeed shipping with rev. 4 (Saturn II).
  612.  
  613.   5.  Video-Cards
  614.  
  615.   Linux people have successfully used # 9 XGE Level 12, ELSA Winner
  616.   1000, and S3-928 video cards. The XFree86(tm)-3.1.1 does support
  617.   boards with the tseng et4000/w32 in accelerated mode, as well as S3
  618.   Vision 864 and 964 chipsets including boards like the ELSA Winner
  619.   1000Pro and 2000Pro, Number Nine GXE64 and GXE64Pro, Miro Crystal
  620.   20SV). Support in the S3 Server for the Chrontel8391 clock chip has
  621.   been added.
  622.  
  623.   Trio32 and Trio64 S3 Boards like the SPEA V7 Mirage P64 PCI and  MIRO
  624.   Crystal 40SV, are also supported, the Mach32 and Mach64 are supported
  625.   in accelerated mode, too.
  626.  
  627.   The SVGA Driver
  628.  
  629.   16bpp mode (65K colors instead of the usual 256) support for Mach32
  630.   boards as well as 32bpp for some S3 boards and the P9000 boards has
  631.   been added.
  632.  
  633.   tldraben@teleport.com reported:
  634.  
  635.   ╖  Diamond Stealth W32 (et4000/W32) -- Text mode works, X11 suffered
  636.      from "pixel dust", unbearable never got it to work and returned it.
  637.  
  638.   ╖  # 9GXE L12 -- Works, virtual consoles corrupted when switched,
  639.      fixed this with disabling the "fast dram mode" feature in his BIOS.
  640.      Does not get a dot clock above 85, though.
  641.  
  642.   Genoa Phantom 8900PCI card seems to work well.  Genoa Phantom/W32 2MB
  643.   does not work in an ASUS-Board.  Tseng 3000/W32i chipset seems to work
  644.   well.  Spea-v7 mercury-lite works perfectly since XFree86(tm)-2.1.
  645.  
  646.   Spea V7 Mirage P64 PCI 2M with Trio64 works nice since
  647.   XFree86(tm)-3.1.1
  648.  
  649.   ATI Graphics Ultra Pro for PCI with 2MB VRAM and an ATI68875C DAC run
  650.   well as dem@skyline.dayton.oh.us tells us: "It's humming right along
  651.   at 1280x1024 w/256 colors @74Hz non-interlaced. Looks great."
  652.  
  653.   Paradise WD90C33 PCI did lock up on screensaver/X - this has been
  654.   solved in the newer versions of the kernel.  jbauer@badlands.NoDak.edu
  655.   (John Edward Bauer)
  656.  
  657.   miroChrystal 8S/PCI (1MB) S3 - no problem.
  658.  
  659.   Stephen Tweedie reported his Cirrus Logics 5434 PCI card works well.
  660.   It is a 64bit with 2M and runs perfectly with the SVGA driver in 8, 16
  661.   and 32 bit per pixel.
  662.  
  663.   6.  Ethernet Cards
  664.  
  665.   Of course the ISA-ethernet-cards still work, but people are asking for
  666.   PCI-based ones. The author of many (if not most) ethernet- drivers
  667.   said the following some time ago (unfortunately I have not managed to
  668.   contact him about new information):
  669.  
  670.        From: Donald Becker (becker@cesdis.gsfc.nasa.gov) Subject:
  671.        PCI ethernet cards supported?
  672.  
  673.        The LANCE code has been extended to handle the PCI version.
  674.        I hope to get the PCI probe code (about a dozen extra lines
  675.        in the LANCE driver) into the next kernel version.  I'm
  676.        working on the 32 bit mode code.  I haven't yet started the
  677.        21040 code.
  678.  
  679.        I'll write drivers for the PCnet32 mode and the DEC 21040.
  680.        That will cover most of the PCI ethercard market.
  681.  
  682.        file://cesdis.gsfc.nasa.gov/pub/people/becker/whoiam.html
  683.  
  684.   In the new testkernels of 1.1.50 and above, the AMD-singlechip
  685.   ethernetadapters are supported. With a pentium, they ought to then see
  686.   900K/second ftps +(assuming an NCR PCI scsi controller) at about 20%
  687.   cpu load. (AMD Lance).
  688.  
  689.   Anything based on the AMD PCnet/PCI chip should work at the time
  690.   being. In the US the Boca board costs under US$ 70
  691.  
  692.   Geoffry Coram reported in the news that he got his 3com 590 TPO to
  693.   work. He had to get the alpha driver from
  694.   http://cesdis.gsfc.nasa.gov/linux/drivers.  Other drivers would be
  695.   there as well.  Note
  696.   http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
  697.  
  698.   Donald Holmgren said he successfully attached his DEC DE435 (PCI) card
  699.   to the local network on thin coax (BNC).  The DE435 driver checks the
  700.   twisted pair connection first, then switches to the alternate port
  701.   (jumper selectable as AUI or BNC) if the 10BaseT port fails.
  702.  
  703.   Jim Cusick uses the Boca BEN 1PI card on a thin coax network.  It
  704.   works just fine.  You might want to check out:
  705.   http://cesdis.gsfc.nasa.gov/linux/misc/boca-failure.html for details
  706.   on the early failures of this card.  My second card, after sending one
  707.   back for replacement, was marked "PN 4186".  The old one that did not
  708.   work was "PN 4185".  Mandate this newer model when you order from you
  709.   vendor.  At $ 70, the card is a good deal.
  710.   Dave Platt recommends to stay off the Boca BEN1PI card at all costs.
  711.   It would be unreliable due to design flaws, and Boca seems unable to
  712.   really fix the problem. The 3Com 3c590 "Vortex" PCI card is available
  713.   in a combo version (10BaseT, thin coax, and AUI).  The Linux driver
  714.   for this card is not yet part of the release kernel, but is available
  715.   from http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html and can be
  716.   patched into the later 1.2.x kernels (as well as 1.3.x) without much
  717.   difficulty.  The Linux driver does not support the interface
  718.   autodetect feature of this card - you must use the DOS utility to
  719.   configure the card for the interface you wish to use (thin coax in
  720.   this case).  Once you've done that, the Linux driver will use the
  721.   correct interface.
  722.  
  723.   He has been using a 3c590 for several weeks, and it is working fine.
  724.  
  725.   Dave Kennedy said he got two of the above Boca boards and they work
  726.   fine under light load, but under heavy work like ftping two 16M files
  727.   into both directions, they failed. He sent the boards back to Boca for
  728.   a hardwarefix. After they soldered a couple of things
  729.   (diodes/resistors) onto the card and sent them back, the cards worked
  730.   fine regardless of load. The two cards have been in 7/24 use in two
  731.   P90 systems without problems for 6 months now.
  732.  
  733.   Craig does not recommend it since Boca seems not to follow the AMD
  734.   specs but he has been running them for 2 weeks without problems. He
  735.   tested his NFS performance and has been moving large files to and from
  736.   server (16M, 8M).  He also tried to do all his workin localy using his
  737.   data files mounted by NFS and has had no problems. Performance seems
  738.   to be 100 percent better (wrt to NFS performance) over his NE2000 ISA
  739.   board. (editors note: but so would probably have been the ISA SMC
  740.   Elite Ultra?)
  741.  
  742.   6.1.  3com-3c590-tpo
  743.  
  744.   Someone on usenet mentioned ht used the 3Com-3C590-TPO (EtherLink III
  745.   - PCI).  He had to get the "3c59x.c" driver and "vortex.patch" to make
  746.   it work with his 1.2.8 Linux kernel.
  747.  
  748.   6.2.  DEC435 PCI NIC
  749.  
  750.   The DEC435 PCI NIC is said to work great with the drivers included in
  751.   the Slackwaredistribution - I'd say they are in the standard-kernel?
  752.  
  753.   7.  Motherboards
  754.  
  755.   The people who answered were using the following boards:
  756.  
  757.   7.1.  ASUS
  758.  
  759.   ╖  Ruediger.Funck@Physik.TU-Muenchen.DE - successful.
  760.  
  761.   ╖  strauss@dagoba.escape.de - half-successful, works, but...
  762.  
  763.   ╖  krypton@netzservice.de (Ulrich Teichert), - successful.
  764.  
  765.   ╖  heinrich@zsv.gmd.de - successful
  766.  
  767.   ╖  CARSTEN@AWORLD.aworld.de - successful
  768.  
  769.   ╖  egooch@mc.com - successful - but trouble with the serial port
  770.  
  771.   ╖  archie@CS.Berkeley.EDU and his friend - successful after solving
  772.      IDE-puzzle
  773.  
  774.   ╖  Lars Heinemann (lars@uni-paderborn.de) successful
  775.  
  776.   ╖  Michael Will (Michael.Will@student.uni-tuebingen.de) - successful.
  777.  
  778.   7.2.  Micronics P54i-90
  779.  
  780.   root@intellibase.gte.com succesful bill.foster@mccaw.com successful
  781.   karpens@ncssm-server.ncssm.edu successful
  782.  
  783.   7.3.  SA486P AIO-II
  784.  
  785.   ah@doc.ic.ac.uk successful
  786.  
  787.   7.4.  Sirius SPACE
  788.  
  789.   hi86@rz.uni-karlsruhe.de - successful
  790.  
  791.   7.5.  Gateway-2000
  792.  
  793.   kenf@clark.net - no problems except the soundcard he tries to swap
  794.   dmarples@comms.eee.strathclyde.ac.uk - successful, but...  robert
  795.   logan (rl@de-montfort.ac.uk) - flawless.  James D. Levine
  796.   (jdl@netcom.com) - flawless.
  797.  
  798.   7.6.  Intel-Premiere
  799.  
  800.   grif@cs.ucr.edu - successful jeromem@amiserv.xnet.com - successful
  801.   demarest@rerf.or.jp - successful (Premier-II)
  802.  
  803.   7.7.  DELL Poweredge SP4100 gbelow@pmail.sams.ch - successful
  804.  
  805.   7.8.  torsten@videonetworks.com - successful when turning off plug and
  806.   play DELL OptiPlex Gl+ 575
  807.  
  808.   7.9.  Comtrade Best Buy PCI / PCI48X MB Rev 1.0
  809.  
  810.   tldraben@Teleport.Com - "Works, I believe it has buggy Saturn chipset.
  811.   I would also like to add: I strongly recommend not buying from
  812.   Contrade.  Their service is horrible. "
  813.  
  814.   7.10.  IDeal PCI / PCI48X MB Rev 1.0
  815.  
  816.   tldraben@Teleport.Com - "Did not work with PCI48X motherboard"
  817.  
  818.   7.11.  CMD Tech. PCI IDE / CSA-6400C
  819.  
  820.   tldraben@TelePort.com - "Works"
  821.  
  822.   7.12.  GA-486iS (Gigabyte)
  823.  
  824.   Stefan.Dalibor@informatik.uni-erlangen.de - success with problems.
  825.  
  826.   7.13.  GA-586-ID (Gigabyte) 90 Mhz Pentium PCI/EISA Board
  827.  
  828.   kkeyte@esoc.bitnet - succesful
  829.  
  830.   7.14.  ESCOM 486dx2/66 - which board?
  831.  
  832.   Works perfect except the ftape-streamer (archive)
  833.  
  834.   7.15.  J-Bond with i486dx2/66
  835.  
  836.   Drew Eckhardt (drew@kinglear.cs.Colorado.EDU) uses Diamond Stealth 64
  837.   VRAM with 4M of memory (964 based). It works great, he usualy runs it
  838.   at 1024x768 72hz in 32bpp; 16 and 8bpp also work. He needed to get the
  839.   X311u2S3.tgz server from ftp.xfree86.org; people with 968 based
  840.   Diamond boards will definately need to do this.
  841.  
  842.   7.16.  super micro 011895 03:50 SUPER P54CI-PCI rev 1.3 (Opti)
  843.  
  844.   Manuel de Vega Barreiro
  845.  
  846.   ╖  board    super micro 011895 03:50 SUPER P54CI-PCI rev 1.3
  847.  
  848.   ╖  Opti chipset: 82c557,82c556,82c558,82c621.
  849.  
  850.   ╖  4 PCI, 4 ISA Slots (4x16 Bit)
  851.  
  852.   ╖  ZIF Socket for CPU (120,100,90,75 mHz)
  853.  
  854.   ╖  4 72 pin-SIMMs (max 128Mb)
  855.  
  856.   ╖  cache 256,512,1024 Kb L2-cache
  857.  
  858.   ╖  Ami WinBIOS in Flash-Eprom (101094-VIPER-P)
  859.  
  860.   ╖  onboard: EIDE for 4 drives
  861.  
  862.   ╖  Pentium with 90Mhz, 8M (now 16M) RAM and 256K L2-cache.
  863.  
  864.   ╖  1 maxtor 540 Mb, 1 st3122A 1Gb
  865.  
  866.   ╖  Number Nine 9GXE64pro with 2Mb
  867.  
  868.   ╖  Sound blaster 16 + cdrom Matsushita
  869.  
  870.   ╖  17" microscan 5ep ADI monitor
  871.  
  872.      I run  linux 1.1.57  (now 1.2.1) without problems.  dosemu0.53 work
  873.      fine (com. software like kermit and xtalk) XFree86 3.1 at 1024x768
  874.      resolution
  875.  
  876.   8.  reports on success
  877.  
  878.   8.1.  California Graphics - Sunray II Pro
  879.  
  880.   Guido Trentalancia (guido@gulliver.unian.it) reported the California
  881.   Graphics - Sunray II Pro with Triton chipset to work well with
  882.   Pentium100, Hd: Conner cfs420a, Conner cfs210a, crunching numbers at
  883.   147492 dhrystones/second.
  884.  
  885.   8.2.  Micronics P54i-90 (root@intellibase.gte.com)
  886.  
  887.   Pentium with 90Mhz, 32M RAM and 512K L2-cache. Works extremely well (a
  888.   kernel recompile takes 10 minutes :-).
  889.  
  890.   The board includes:
  891.  
  892.   ╖  UART - two 16550A high speed UARTS
  893.  
  894.   ╖  ECP - one enhanced parallel port
  895.  
  896.   ╖  Onboard IDE controller
  897.  
  898.   ╖  Onboard floppy controller
  899.  
  900.   Pros: Currently, I'm using it with an Adaptec 1542CF and a 1G Seagate
  901.   drive, No problems. Graphics is ATI Graphics Pro Turbo (PCI). Very
  902.   fast. The serial ports can keep up with a TeleBit T3000 modem (38400)
  903.   without overruns.  Caching above 16M does occur. There are 3 banks of
  904.   SIMM slots (2 SIMM's per bank), with each bank capable of 64M each (2
  905.   32M 72-pin SIMM's). Each bank must be filled completely to be used
  906.   (I'm only using bank 0 with 2 16Mx72-pin SIMM's). The CPU socket is a
  907.   ZIF type socket. The BIOS is Phoenix, FLASH type.
  908.  
  909.   Drawbacks: RAM is expandable to 192M, but the L2 cache is maxed at
  910.   512K. While the graphics are very fast, there is currently no XF86
  911.   server for the Mach64 (well, actually there is, but it doesn't use any
  912.   of the accelerator features; it's just an SVGA server). I don't know
  913.   if the onboard IDE hard drive controller works; I'm prejudiced against
  914.   a standard that won't allow my peripherals to operate across
  915.   platforms, so I didn't buy an IDE disk; instead, I got a Seagate
  916.   31200N and a NEC 3Xi.
  917.  
  918.   Mitch
  919.  
  920.   8.3.  Angelo Haritsis (ah@doc.ic.ac.uk) about SA486P AIO-II:
  921.  
  922.   The motherboard I eventually bought (in the UK) is one supporting 486
  923.   SX/DX/DX2/DX4 chips. It is called SA486P AIO-II. Features include:
  924.  
  925.   ╖  Intel Saturn v2 chipset
  926.  
  927.   ╖  Phoenix BIOS (flash eprom option)
  928.  
  929.   ╖  NCR scsi BIOS v 3.04.00
  930.  
  931.   ╖  256K 15ns cache (max 512) write back and write through
  932.  
  933.   ╖  4 72-pin SIMM slots in 2 banks
  934.  
  935.   ╖  3 PCI slots, 4 ISA
  936.  
  937.   ╖  On-board NCR 53c810 scsi controller
  938.  
  939.   ╖  On-board IDE / floppy / 2 x 16550A uarts / enhanced parallel
  940.  
  941.   I bought it from a company (UK) called ICS, (note I have no
  942.   connections whatsoever with the company, just a happy customer). I use
  943.   a 486/DX2-66 CPU.
  944.  
  945.   Before I had a VLB 486 m/board with a buslogic BT-445S controller that
  946.   I was borrowing. I have 2 scsi devices: 1 barracuda 2.1GB ST12550N
  947.   disk and a Wangtek 5525ES tape drive.  I was expecting a lot of
  948.   adventures by switching to the new motherboard, esp after hearing all
  949.   these non-success stories on the net. To my surprise everything worked
  950.   flawlessly on the 1st boot! (1.1.50). And it has been doing so for
  951.   about a month now. I did not even have to repartition the disk:
  952.   apparently the disk geometry bios translation of the 2 controllers is
  953.   the same.  Linux has had no problems at all. SCSI is visibly much
  954.   faster as well (sorry, I have no actual performance measurements).
  955.  
  956.   The only problems (related to Drew's linux ncr53c7,810 scsi driver -
  957.   thanks for the good work Drew!) are:
  958.  
  959.   ╖  no synchronous transfers are yet supported => performance hit
  960.  
  961.   ╖  disconnect/reconnect is disabled => disk scsi ops "hold" during
  962.      certain slow scsi device opeartions (eg tape rewind)
  963.  
  964.   ╖  tagged queuing is not there (?) => performance hit
  965.  
  966.   If you get Windows complainingg about 32-bit disk driver problems,
  967.   just disable 32-bit disk access via Control Panel. This should not
  968.   hurt performance. (What I did is remove the WDCTRL driver from my
  969.   SYSTEM.INI).
  970.  
  971.   All else is fine. I tried the serial ports with some dos/windows s/w
  972.   and worked ok. The IDE/floppy work ok as well. I have not tried the
  973.   parallel yet. The motherboard is quite fast and so far I am very
  974.   pleased with the upgrade. I have not yet tried a PCI graphics board. I
  975.   will later on. I am using an old ISA S3 which is fine at the moment.
  976.  
  977.   8.4.  bill.foster@mccaw.com about his Micronics M5Pi
  978.  
  979.   Micronics M5Pi motherboard with 60 MHz Pentium, PCI bus having the
  980.   following components:
  981.  
  982.   16Mb RAM/512k cache
  983.   onboard IDE, parallel, 16550A UARTS
  984.   2 X 340MB Maxtor IDE Hard Drives
  985.   Soundblaster 16 SCSI-II
  986.   Toshiba 3401B SCSI CD-ROM
  987.   Archive Viper 525MB SCSI Tape Drive
  988.   Viewsonic 17 monitor
  989.   Cardex Challenger PCI video card (ET4000/W32P)
  990.   A4-Tech Serial Mouse
  991.  
  992.   Everything works great, Slackware installation was very easy, I can
  993.   run Quicken 7 for DOS under DOSEMU. I run X at 1152x900 resolution at
  994.   67Hz.
  995.   8.5.  Simon Karpen (karpens@ncssm-server.ncssm.edu) with Micronics
  996.   M54pi
  997.  
  998.   I have had no problems with the above board, the on-board PCI IDE
  999.   (hopefully soon will also have SCSI), and an ATI Mach32 (GUP) with 2MB
  1000.   of VRAM.
  1001.  
  1002.   8.6.  Goerg von Below (gbelow@pmail.sams.ch) about DELL Poweredge
  1003.  
  1004.   - Intel 486DX4/100
  1005.   - 16 MB RAM
  1006.   - DELL SCSI array (DSA) with Firmware A07, DSA-Manager 1.7
  1007.   - 1 GB SCSI HD DIGITAL
  1008.   - NEC SCSI CD-ROM
  1009.   - 2 GB internal SCSI streamer
  1010.   - 3-Com C579 EISA Ethernet card
  1011.   - ATI 6800AX PCI VGA subsystem, 1024 MB RAM
  1012.  
  1013.   CAVE! DELL SCSI Array controller (DSA) runs only with firmware Rev. A07 !
  1014.   A06 is buggy, impossible to reboot !
  1015.   To get it: ftp dell.com , file is /dellbbs/dsa/dsaman17.zip
  1016.  
  1017.   Apart from this firmware-problem there where no problems for the last
  1018.   2 months, running with linux 1.1.42 as primary nameserver, newsserver
  1019.   and www-server on internet.
  1020.  
  1021.   8.7.  zenon@resonex.com about Gateway2000 P-66
  1022.  
  1023.   Gateway2000's P5-66 system with Intel's PCI motherboard, with 5 ISA
  1024.   slots and 3 PCI slots.  The only PCI card I am using is the # 9 GXe
  1025.   level 12 PCI card (2 MB VRAM and 1 MB DRAM). This card was bought from
  1026.   Dell. Under Linux I am using the graphics in the 80x25 mode only (I am
  1027.   waiting for some XFree86 refinements before using it in 1280x1024
  1028.   resolution), but under DOS/Windows I have used the card in
  1029.   1280x1024x256 mode without problems. Etherlink 3C509 Ethernet card,
  1030.   Mitsumi bus-interface card, Adaptec 1542C SCSI interface card and
  1031.   additional serial/parallel ports card (which makes the total of serial
  1032.   ports 3).
  1033.  
  1034.   I have total of 32 MB RAM (recognized and used by both Linux and DOS).
  1035.   There is also a bus mouse (Microsoft in the PS2 mode).
  1036.  
  1037.   No problems so far.
  1038.  
  1039.   8.8.  James D. Levine (jdl@netcom.com) with Gateway2000
  1040.  
  1041.   Gateway 2000 P5-60 with an Intel Mercury motherboard, AMI-Flash-BIOS,
  1042.   (1.00.03.AF1, (c)'92) 16M RAM, on-board IDE controller and an ATI AX0
  1043.   (Mach32 Ultra XLR) PCI display adapter. He had absolutely no problems
  1044.   with the hardware so far but has not tried anything fancy, such as
  1045.   accelerated IDE drivers or SCSI support.
  1046.  
  1047.   8.9.  hi86@rz.uni-karlsruhe.de with SPACE
  1048.  
  1049.   SPACE-board, 8MB RAM, S3 805 1MB DRAM PCI 260MB Seagate IDE-hard disk
  1050.   because of lack of NCR53c810-Driver, 0.99pl15d, does seem to work
  1051.   well.
  1052.  
  1053.   8.10.  grif@cs.ucr.edu with INTEL
  1054.  
  1055.   17 machines running a 60Mhz-i586 on Intel-Premier-PCI-Board
  1056.  
  1057.   8.11.  Jermoe Meyers (jeromem@amiserv.xnet.com) with Intel Premiere
  1058.  
  1059.   Motherboard - Intel Premiere Plato-babyAT 90mhz with Buslogic bt946c
  1060.   w/4.86 mcode w/4.22 autoSCSI firmware, (note, mine came with 4.80
  1061.   mcode and 4.17 autoSCSI firmware. (interrupt pins A,B,C conform to
  1062.   respective PCI slots!) ATI Xpression (Mach64) - using driver from
  1063.   sunsite, (running AcerView 56L monitor).
  1064.  
  1065.   The motherboard has 4 IDE drives, Linux (Slackware 2.0) sees the first
  1066.   two and everything on the Buslogic as it emulates an adaptec 1542.
  1067.   Uh, yes, Dos sees them all.  Buslogic is VERY accomodating in regards
  1068.   to shipping upgraded chips (you will have to know how to change PLCC
  1069.   (plastic leaded chip carrier) chips, 3 of them.  Though, don't let
  1070.   that scare you :-) it's not that tough.  Get a low end PLCC removal
  1071.   tool, and your in business.  You also might want to "flash upgrade
  1072.   your system bios from Intel's IPAN BBS, a trivial process.  Whats even
  1073.   more interesting is I also have a Sound Blaster SCSI-2 running a scsi
  1074.   CDROM drive off it's adaptech 1522 onboard controller.  So thats 4 IDE
  1075.   drives (2 under Linux) and 2 SCSI-2 controllers.
  1076.  
  1077.   I hope this helps others who are struggling with PCI technology use
  1078.   Linux!  Jerry (jeromem@xnet.com)
  1079.  
  1080.   8.12.  Timothy Demarest (demarest@rerf.or.jp) Intel Plato Premiere II
  1081.  
  1082.   My system is configured as follows:  16Mb 60ns RAM, 3Com Etherlink-III
  1083.   53C809 ethernet card (using 10base2), ATI Mach 64 2Mb VRAM, Toshiba 2x
  1084.   SCSI CDROM, NCR 53c810 PCI SCSI, Syquest 3270 270Mb Cartridge Drive,
  1085.   Viewsonic 17 monitor, Pentium-90 (FDIV Bug Free).  Running Slackware
  1086.   2.1.0, Kernel 1.2.0, with other misc patches/upgrades.
  1087.  
  1088.   Everything is functioning flawlessly.  I dont recommend the Syquest
  1089.   drives.  I have used the 3105 and the 3270 and both a very, very
  1090.   fragile.  Also, the cartridges are easily damaged and I have had
  1091.   frequent problems with them.  I am in the process of looking for
  1092.   alternative removable storage (MO, Zip, Minidisc, etc).
  1093.  
  1094.   Some information you might need:
  1095.  
  1096.   8.12.1.  Flash Bios upgrades
  1097.  
  1098.   Flash Bios updates can be ftp'd from
  1099.   wuarchive.wustl.edu:/pub/MSDOS_UPLOADS/plato. The current version is
  1100.   1.00.12.AX1.  The BIOS upgrades *must* be done in order.  1.00.03.AZ1
  1101.   to 1.00.06.AX1 to 1.00.08.AX1 to 1.00.10.AX1 to 1.00.12.AX1.  The
  1102.   Flash BIOS updates can also be downloaded from the Intel BBS.  I do
  1103.   not have that number right now.
  1104.  
  1105.   8.12.2.  NCR 53c810 BIOSless PCI SCSI
  1106.  
  1107.   If you are using an NCR 53c810 BIOSless PCI SCSI card in the Plato,
  1108.   you may have trouble getting the card to be recognized.  I had to
  1109.   change one of the jumpers on the NCR card:  the jumper that controls
  1110.   whether there is 1 or 2 NCR SCSI cards in your system must be set to
  1111.   "2".  I dont know why, but this is how I got it to work.  The other
  1112.   jumper controls the INT setting (A,B,C,D).  I left mine at A (the
  1113.   default).
  1114.  
  1115.   8.12.3.  apart from that - plug and play!
  1116.  
  1117.   There are no settings in the motherboard BIOS for setting the NCR
  1118.   53c810.  Dont worry - once the card is jumpered correctly, it will be
  1119.   recognized!  So much for PCI Plug-n-Play!
  1120.  
  1121.   8.13.  heinrich@zsv.gmd.de with ASUS
  1122.  
  1123.   ASUS-PCI-Board (SP3) having:
  1124.  
  1125.   ╖  -- Asus PCI-Board with AMD 486/dx2-66 and 16M RAM
  1126.  
  1127.   ╖  -- Fujitsu 2196ESA 1G SCSI-II
  1128.  
  1129.   ╖  -- Future Domain 850MEX Controller (cheap-SCSI-Controller, almost a
  1130.      clone to Seagate's ST01... want's to use ncr53c810 as soon as the
  1131.      driver comes out
  1132.  
  1133.   ╖  -- ATI Graphics Ultra (the older one with Mach-8 Chip, ISA-Bus)
  1134.  
  1135.   ╖  -- Slackware 1.1.1
  1136.  
  1137.   He just exchanged the boards, plugged his cards in, connected the
  1138.   cables, and it worked perfect. He does not use any PCI-Cards yet,
  1139.   though.
  1140.  
  1141.   8.14.  CARSTEN@AWORLD.aworld.de with ASUS
  1142.  
  1143.   ASUS-PCI-Board with 486DX66/2, miro-crystal 8s PCI driven by the
  1144.   S3-drivers of XFree86-2.0, using the onboard SCSI-Chip. No problems
  1145.   with compatibility at all.
  1146.  
  1147.   8.15.  Lars Heinemann (lars@uni-paderborn.de) with ASUS
  1148.  
  1149.   ASUS PCI/I-486SP3 Motherboard w/ 486DX2/66 and 16M RAM (2x8),
  1150.   miroChrystal 8S/PCI (1MB) S3, Soundblaster PRO, Adaptec 1542b (3.20
  1151.   ROM) SCSI host adapter with two hard disks (Fujitsu M2694ESA u.
  1152.   Quantum LPS52) and a QIC-150 Streamer attached.  No problems at all!
  1153.  
  1154.   8.16.  Ruediger.Funck@Physik.TU-Muenchen.DE with ASUS
  1155.  
  1156.   ASUS PCI/I-486SP3 / i486DX2-66 / 8 MB PS/2 70 ns BIOS: Award v 4.50
  1157.   CPU TO DRAM write buffer: enabled CPU TO PCI write buffer: enabled PCI
  1158.   TO DRAM write buffer: disabled, unchangeable CPU TO PCI burst write:
  1159.   enabled Miro Crystal 8s PCI - S3 P86C805 - 1MB DRAM
  1160.  
  1161.   Quantum LPS 540S SCSI-Harddisk on NCR53c810-controller.
  1162.  
  1163.   8.17.  robert logan (rl@de-montfort.ac.uk with GW/2000)
  1164.  
  1165.   Gateway 2000 4DX2-66P 16 Megs RAM, PCI ATI AX0 2MB DRAM (ATI GUP).  WD
  1166.   2540 Hard Disk (528 Megs) CrystalScan 1776LE 17inch. (Runs up to
  1167.   1280x1024) Slackware 1.1.2 (0.99pl15f)
  1168.  
  1169.   It is giving no problems. He uses SLIP for networking and an Orchid-
  1170.   Soundwave-32 for niceties, awaiting the NCR-Driver.  The only problem
  1171.   he has is that the IDE-Drive could be much faster on the PCI-IDE. It
  1172.   is one of the new Western Digital fast drives and in DOS/WfW it
  1173.   absolutely screams - on Linux it is just as slow as a good IDE-Drive.
  1174.  
  1175.   8.18.  archie@CS.Berkeley.EDU and his friend use ASUS
  1176.  
  1177.   Archie and his friend have rather similar configurations:
  1178.  
  1179.   ╖  ASUS PCI-SP3 board (4 ISA, 3 PCI)
  1180.  
  1181.   ╖  Intel 486DX2/66
  1182.  
  1183.   ╖  Genoa Phantom 8900PCI card (friend: Tseng 3000/W32i chipset)
  1184.  
  1185.   ╖  Maxtor 345 MB IDE hard drive
  1186.  
  1187.   ╖  Supra 14.4 internal modem
  1188.  
  1189.   ╖  ViewSonic 6e monitor (Archie)
  1190.  
  1191.   ╖  NEC Multisync 4fge (friend)
  1192.  
  1193.   ╖  Slackware 1.2.0
  1194.  
  1195.   The onboard-SCSI is disabled. First there were problems with the IDE-
  1196.   drive: ``on the board there's a jumper which selects whether IRQ14
  1197.   comes from the ISA bus or the PCI bus. The manual has an example where
  1198.   they show connecting it to PCI INT-A. Well, we did that just like the
  1199.   example... but then later our IDE drive would not work (the IDE
  1200.   controller is on board). Had to take it back. The guys at NCA were
  1201.   puzzled, then traced it back to this jumper. I guess the IDE
  1202.   controller uses IRQ14 or something? That's not documented anywhere in
  1203.   the manual. Other than that, seems to be kicking ass nicely now.
  1204.   Running X, modeming, etc. (for the Supra you have to explicitly tell
  1205.   the kernel that the COM port has a 16550A using setserial (in
  1206.   Slackware /etc/rc.d/rc.serial))''.
  1207.  
  1208.   8.19.  Michael Will with ASUS-SP3 486 (the old one)
  1209.  
  1210.   used the following:
  1211.  
  1212.   ╖  ASUS PCI-SP3-Board with 486dx2/66 and 16M RAM
  1213.  
  1214.   ╖  NCR53c810-SCSI-II chip driving a 1GB-Seagate-SCSI-II disk and a
  1215.      Wangtec-tape
  1216.  
  1217.   ╖  ATI-GUP PCI Mach32 Graphics card with 2M VRAM running perfectly
  1218.      with XFree86(tm)-3.1 8bpp and 16bpp
  1219.  
  1220.   ╖  Linux kernel 1.1.69
  1221.  
  1222.   It runs perfectly and I am content with the speed, the ATI-GUP-PCI
  1223.   (Mach32) does not give as good benchmarks as expected, though. Since I
  1224.   got the money by now, I got me an ASUS-SP4 with P90 which gives me
  1225.   better throughput on Mach32-PCI...  If I had even more money I'd get
  1226.   me another 16M of RAM and a Mach64-PCI with 4M RAM, though... I still
  1227.   keep on dreaming :-)
  1228.  
  1229.   8.20.  Mike Frisch (mfrisch@saturn.tlug.org) Giga-Byte 486IM
  1230.  
  1231.   ╖  Motherboard: Giga-Byte 486IM
  1232.  
  1233.   ╖  Configuration: 4 ISA slots (2 double as VLB) and 4 PCI slots
  1234.  
  1235.   ╖  CPU: Intel 486DX/33
  1236.  
  1237.   ╖  BIOS: Award 4.50G
  1238.  
  1239.   ╖  PCI EIDE Disk Controller: Giga-Byte GA-107 (CMD 640x PCI Multi-I/O)
  1240.  
  1241.   ╖  PCI Video card: ATI Graphics eXpression PCI 2MB DRAM
  1242.  
  1243.   ╖  Linux Kernel: 1.2.9
  1244.  
  1245.   ╖  Linux Dist'n: Highly modified Slackware 2.2.0
  1246.  
  1247.   I have been running this board 24 hours a day for the past 5-6 months.
  1248.   It has worked flawlessly for me under DOS/Windows, OS/2 Warp, and
  1249.   Linux (with Linux being run usually 24 hours a day).
  1250.  
  1251.   8.21.  Karl Keyte (kkeyte@esoc.bitnet) Gigabyte GA586 Pentium
  1252.  
  1253.   ╖  PCI/EISA Board Gigabyte GA586-ID 90MHz Pentium (dual processor, one
  1254.      fitted)
  1255.  
  1256.   ╖  32M RAM
  1257.  
  1258.   ╖  SCSI - no scsi-NCR-chip on-board, using Adaptec 1542C,
  1259.  
  1260.   ╖  PCI ATI GUP 2M VRAM
  1261.  
  1262.   ╖  Adaptec 1742 EISA SCSI controller
  1263.  
  1264.   ╖  Soundblaster 16
  1265.  
  1266.   ╖  usual I/O
  1267.  
  1268.   Everything under DOS AND Linux works perfectly.  No problem
  1269.   whatsoever.  A VERY fast machine!  BYTE Unix benchmarks place it about
  1270.   the same as a Sun SuperSPARC-20 running Solaris 2.3.  The PC is faster
  1271.   for integer arithmetic and process stuff (including context
  1272.   switching).  The SPARC is faster for floating point and one of the
  1273.   disk benchmarks.
  1274.  
  1275.   8.22.  kenf@clark.net with G/W 2000
  1276.  
  1277.   He uses a Gateway 2000 with no problems, except the soundcard (which
  1278.   one?). He is trading it in for a genuine soundblaster in hopes that
  1279.   will help.
  1280.  
  1281.   8.23.  Joerg Wedeck (jw@peanuts.informatik.uni-tuebingen.de) / ESCOM
  1282.  
  1283.   originaly buyed a 486 DX2/66 from ESCOM (which board?) with onboard
  1284.   IDE and without (!) onboard NCR-SCSI-chip. ISA-adaptec 1542cf scsi-
  1285.   controller instead spea v7 mercury lite (s3, PCI, 1MB), ISA-
  1286.   Soundblaster-16, mitsumi-cdrom (the slower one).  Everything except
  1287.   the archive-streamer works with no problems.  The spea-v7 works
  1288.   perfectly since XFree86-2.1
  1289.  
  1290.   He abandoned the Intel-board in favour of an ASUS-SP3-g and has some
  1291.   problems with PCI-to-Memory burstmode which is crashing only on Linux,
  1292.   "looking like a deadlock in the swapper". If you have any information
  1293.   on this, please eMail the maintainer of the PCI-HOWTO.
  1294.  
  1295.   After turning off the PCI-to-Memory posting feature it just works
  1296.   perfect.
  1297.  
  1298.   Rather than sending him mail please read his http-homepage at
  1299.   "http://wsiserv.informatik.uni-tuebingen.de/ jw" where he keeps
  1300.   information about his PCI-system, too.
  1301.  
  1302.   8.24.  Ulrich Teichert / ASUS
  1303.  
  1304.   ASUS-PCI board with AMD486dx40 (but actually running at 33Mhz?!)  His
  1305.   ISA-ET3000 Optima 1024A ISA works nice. No problems with Quantum540S
  1306.   SCSI Harddisk attached to the onboard NCR53c810.
  1307.  
  1308.   9.  Reports of problems
  1309.  
  1310.   9.1.  Compaq PCI systems, especially Presarios
  1311.  
  1312.   Patrick Yaner (p_yaner@eos.ncsu.edu) reported a Compaq-speciality to
  1313.   me. It seems they are mapping the PCI BIOS data area to an obscure
  1314.   area of memory, one that Linux (or OS2) cannot access. It can usually
  1315.   find it, but it can't get in, and gives a message on startup
  1316.   (something like "pcibios_init: entry in high memory area, unable to
  1317.   access").  Although this is alright with the display (which is on the
  1318.   PCI bus) and the IDE controller (also PCI), it means any other PCI
  1319.   devices -- such as an Ethernet card -- cannot be detected by Linux.
  1320.  
  1321.   Compaq offers a driver for DOS at
  1322.   ftp://ftp.compaq.com/pub/softpaq/Drivers/SP1116.ZIP
  1323.  
  1324.   but using this with linux would mean using the program that boots
  1325.   linux from DOS, instead of LILO.  Note that Compaq occasionally
  1326.   updates the software in this archive, so the file
  1327.   ftp://ftp.compaq.com/pub/softpaq/allfiles.html (also available as
  1328.   allfiles.txt) might be handy in checking to see that they haven't
  1329.   upgraded.
  1330.  
  1331.   Oddly, this information can also be found in the SCSI HOWTO, although
  1332.   the Pressarios come with IDE built in.
  1333.  
  1334.   9.2.  VLSI Wildcat PCI chipset like in Zeos P120 box
  1335.  
  1336.   Paul Bame (bame@sde.hp.com) reported:
  1337.  
  1338.   My ATAPI CD-ROM and 3c509 Ethernet weren't detected until I disabled
  1339.   Plug-and-Play, as recommended in the Ethernet-HOWTO"
  1340.  
  1341.   9.3.  hschmal@informatik.uni-rostock.de and SCSI-PCI-SC200
  1342.  
  1343.   He re.sgml that after plugging that card into his Pentium-board, Linux
  1344.   no longer boots. My first guess is that it is not supported.
  1345.  
  1346.   9.4.  dmarples@comms.eee.strathclyde.ac.uk G/W 2000
  1347.  
  1348.   Gateway 2000 G/W 2000 4DX2/66 PCI ATI-Graphics-Ultra-Pro IDE of
  1349.   indeterminate make
  1350.  
  1351.   It works well - only the IDE-Card runs in ISA-compatibility-mode, and
  1352.   works a lot faster when switched into PCI-Mode by a DOS-program...
  1353.   thus it's not that fast in Linux, and a patch would be nice.
  1354.  
  1355.   9.5.  cip574@wpax01.physik.uni-wuerzburg.de (Frank Hofmann) / ASUS
  1356.  
  1357.   He uses the ASUS-board with 16MB-RAM, ISA-based S3/928, and the
  1358.   onboard-IDE-controller with a Seagate ST4550A harddisk. He's had no
  1359.   trouble with the newer Linux-kernels.
  1360.  
  1361.   His problem:
  1362.  
  1363.        using X, my mouse is not responding the way I was used to before. It's
  1364.        sometimes behind movement and makes jumps if moved quickly. I think
  1365.        this was discussed In a Linux newsgroup before (I don't know which
  1366.        one) and is due to the use of 16550 serial chips for the onboard
  1367.        serial interfaces. After two weeks, I got used to it :-)
  1368.  
  1369.   Reducing the threshold of the 16550 should help. There should be a
  1370.   patch to setserial available somewhere, but I do not know where.
  1371.  
  1372.   9.6.  axel@avalanche.cs.tu-berlin.de (Axel Mahler) / ASUS
  1373.  
  1374.   ASUS PCI/I-486SP3 Motherboard (Award BIOS 4.50), 16 MB RAM the on-
  1375.   Board NCR Chip is disabled, he had the Genoa Phantom/W32 2MB for PCI
  1376.   and a Adaptec AHA-1542CF (BIOS v2.01) connected to:
  1377.  
  1378.   ╖  an IBM 1.05 GB Harddisk
  1379.  
  1380.   ╖  a Toshiba CD-ROM (XM4101-B)
  1381.  
  1382.   ╖  a HP DAT-Streamer (2GB)
  1383.  
  1384.   when creating the filesystems, 'mke2fs' (0.4, v. 1.11.93) hung and
  1385.   installation was impossible. After replacing the Genoa Phantom/W32 2MB
  1386.   PCI with an ELSA Winner 1000 2MB PCI it worked perfectly.  He tested
  1387.   it with an old Eizo VGA-ISA and it worked as well, so the problem was
  1388.   in the Genoa-PCI-card.
  1389.  
  1390.   9.7.  Frank Strauss (strauss@dagoba.escape.de) / ASUS
  1391.  
  1392.   ASUS SP3 Board i486DX2/66 NCR53c810 disabled Adaptec 1542B in ISA Slot
  1393.   with 2 hard drives (200MB Maxtor, 420MB Fijutsu), SyQuest 88MB and
  1394.   Tandberg Streamer ELSA Winner 1000 PCI, 1MB-VRAM Soundblaster Pro in
  1395.   ISA Slot at IRQ 5 Onboard IDE disabled Onboard serial, parallel, FD
  1396.   enabled
  1397.   After a reset, the machine sometimes 'hangs' (soft and hard-reset the
  1398.   same) - this is probably not related to the Adaptec and the Soundcard,
  1399.   because even without these the system sometimes fails to come up. But
  1400.   if it runs, (and the ELSA-WINNER-1000-PCI-message appears) it runs ok.
  1401.  
  1402.   The two serial ports are detected as 16550 as they should, but at some
  1403.   mailbox-sessions there was heavy data-loss at V42bis... The problem
  1404.   seems to be in the hardware...
  1405.  
  1406.   CPU>-PCI-Burst seems to work well with DOS/MS-Windows
  1407.  
  1408.   CPU->PCI-Burst does not work properly with linux0.99p15, Messing up
  1409.   when switching the virtual-consoles, crashing completely when calling
  1410.   big apps like ghostview, or xdvi, leaving the SCSI-LED on (!).
  1411.  
  1412.   (I suspect these apps would be using a lot of CPU->PCI-burst because
  1413.   of the big heap of data to transmit to the PCI-Winner-1000)
  1414.  
  1415.   After disabling CPU->PCI-Burst, it works well, the Winner-1000 at
  1416.   1152x846 (not much font cache with 1MB) does 93k xstones. OpaqueMove
  1417.   with twm is more than just endureable :-)
  1418.  
  1419.   He has got a SATURN.EXE which he loads under DOS before starting
  1420.   Linux, helping to turn on burst without hangs...
  1421.  
  1422.   Someone stated that these problems might go away when turning off
  1423.   "sync negotiation" on the Adaptec - I do not know if this is possible
  1424.   with the adaptec1542B too? But I guess so.
  1425.  
  1426.   With CPU->PCI-Burst it yielded 95k xstones, so he considers it as not
  1427.   too grave to do without. His only problem is that he would like to run
  1428.   his Winner-1000 at 1152x900 which fails because it seems to take any
  1429.   x-resolution higher than 1024pixels as a 1280pixel-resolution, thus
  1430.   wasting a lot end resulting in a y-resolution of 816pixels... but this
  1431.   is probably no PCI-related problem. It should have gone away with
  1432.   XFree86-2.1
  1433.  
  1434.   9.8.  egooch@mc.com / ASUS
  1435.  
  1436.   ╖  BOARD  ASUS PCI/I-486 SP3      RAM: 16MB (4x4M-SIMM)
  1437.  
  1438.   ╖  CPU    486DX33 CPU
  1439.  
  1440.   ╖  BIOS   Ver. 4.50 (12/30/93)
  1441.  
  1442.   ╖  Floppy         Two floppy drives (1.2 and 1.44), using ASUS on-
  1443.      board floppy controller
  1444.  
  1445.   ╖  SCSI tried both WD7000 SCSI controller and Adaptec 1542CF and
  1446.      worked.
  1447.  
  1448.   ╖  Two SCSI 320M hard drives
  1449.  
  1450.   ╖  SCSI NEC84 CDROM drive
  1451.  
  1452.   ╖  SCSI QIC150 Archive tape drive
  1453.  
  1454.   ╖  Video - Tseng ET4000 ISA graphics card
  1455.  
  1456.   ╖  Sound PAS16 sound card
  1457.  
  1458.   ╖  Printer attached to on-board ASUS parallel port
  1459.  
  1460.   He has nothing in the PCI-Slots yet, but wants to buy a PCI-Video-
  1461.   Card, currently uses WD7000 SCSI controller but will switch to the
  1462.   NCR-Chip onboard as soon as the driver is out.
  1463.  
  1464.   Everything works perfectly - the first serial port which has a 14.4K-
  1465.   Modem attached does hang occasionally when reconnecting with the modem
  1466.   after having used it previously.  He says that would not be unique to
  1467.   ASUS but rather a bug in the SMC-LSI device with its 16550UART. The
  1468.   logitech-serial-mouse on the second port works fine. Setting down the
  1469.   threshold of the 16550 for the mouseport would definitely help, one
  1470.   does seem to need a special patched setserial for that? I have not got
  1471.   the information yet, please contact me if you know more!
  1472.  
  1473.   9.9.  Stefan.Dalibor@informatik.uni-erlangen.de / GigaByte
  1474.  
  1475.   ╖  Board - GA-486iS from Gigabyte w/ 256Kb 2L-Cache, i486-DX2
  1476.  
  1477.   ╖  Bios - AMI, 93/8
  1478.  
  1479.   ╖  SCSI - no scsi-NCR-chip on-board, using Adaptec 1542C,
  1480.  
  1481.   ╖  Video - ELSA Winner 1000
  1482.  
  1483.   ╖  Linux 0.99pl14 + SCSI-Clustering-Patches / Slackware 1.1.1
  1484.  
  1485.   All seems to go well, but he has not tried neither networking,
  1486.   printing or a streamer yet. Before applying the clustering- patches he
  1487.   had some problems with hangs triggered by "find", but this no longer
  1488.   is the case - perhaps it was an older kernel-bug.
  1489.  
  1490.   The ELSA-Winner-1000 sometimes hangs, with very strange patterns on
  1491.   the screen resolved only by rebooting... The dealer has told him it
  1492.   was a bug in the ELSA-Card, but the manufacturer claims it had solved
  1493.   the problem. The bug is not reproducible so he does not plan to take
  1494.   any action at the moment.
  1495.  
  1496.   All in all the machine seems to work very well under heavy text
  1497.   processing (emacs, LaTeX, xfig, ghostview) usage.  Interaction is
  1498.   surprisingly responsive, little difference between it and the 3-4X as
  1499.   expensive Sun he works on...
  1500.  
  1501.   CPU->PCI-Burst is still disabled because the bios does not support the
  1502.   PCI-things well?
  1503.  
  1504.   A problem with his new modem (v32 terbo) arose: it looses characters.
  1505.   Especially when using SLIP it complains a lot about RX and TX errors.
  1506.   As soon as he runs X it gets unusable. He said he activated FIFO and
  1507.   RTS/CTS with stty, but to no avail...
  1508.  
  1509.   9.10.  Steve Durst (sdurst@burns.rl.af.mil) with UMC 8500 mainboard
  1510.  
  1511.   Running Linux 1.2.12 on the UMC8500-100Mhz motherboard with the
  1512.   dreaded CMD PCIO640B (E)IDE controller, when booting the screen
  1513.   wiggles a few seconds, as if the Diamond Stealth64-DRAM (S3 864) has
  1514.   to warm up first, but he can live with that.
  1515.  
  1516.   9.11.  Tom Drabenstott (tldraben@Teleport.Com) with Comtrade / PCI48IX
  1517.  
  1518.   PCI48IX Motherboard Rev. 1.0. Made by ??? documentation copyrighted by
  1519.   "exrc". The BIOS says not very much about PCI.
  1520.  
  1521.   His E-315E Super IDE UMC (863+865) ISA-Controller-card does have
  1522.   problems. (It is a multifunction controller-card). It seems to work
  1523.   well under DOS/OS2 but not under Linux.
  1524.  
  1525.   10.  General tips for PCI-Motherboard + Linux NCR PCI SCSI
  1526.  
  1527.   This was compiled by Angelo Haritsis (ah@doc.ic.ac.uk) from various
  1528.   people's postings:
  1529.  
  1530.   10.1.  DON'Ts:
  1531.  
  1532.   Do *NOT* go for combination VLB/PCI motherboards. They usually have a
  1533.   lot of problems. Get a plain PCI version (with ISA slots as well of
  1534.   course).  A lot of bad things have been heard about OPTI chipset PCI
  1535.   motherboards.  Someone hints: "Avoid the OPTi (82C596/82C597/82C822)
  1536.   chipset based motherboards like the TMC PCI54PV".
  1537.  
  1538.   (I know of at least one person having no problems with his TMC PCI54PV
  1539.   motherboard. He just had to put the NCR53c810 addonboard into slot-A
  1540.   which is the only slot capable of busmastering as it seems.)
  1541.  
  1542.   Rumours say that Intel chipset PCI motherboards will have problems
  1543.   with more than one bus-mastering PCI board. I have not tried this one
  1544.   yet on mine and have nothing to suggest. I also heard that the Saturn
  1545.   II chipset is problematic, but this is the one I use and it is
  1546.   perfectly ok! Advice: Try to negotiate a 1-2 week money back agreement
  1547.   with your supplier, in case the motherboard you get has problems with
  1548.   the use you plan for it.
  1549.  
  1550.   10.2.  SIMM slots
  1551.  
  1552.   Go for 72-pin only SIMMs for speed: Some (all?) of the mainboards
  1553.   which take 30 pin SIMMs use a 32 bit main memory interface, and will
  1554.   be significantly slower than the Intel based boards which all use a 64
  1555.   bit or permantly interleaved memory interface.  You might want to keep
  1556.   that in mind.
  1557.  
  1558.   10.3.  Praised PCI Pentium motherboard
  1559.  
  1560.   The P90 Intel motherboard with the Intel Premiere II chipset (aka
  1561.   Plato). Get the latest BIOS which has concatenated NCR scsi BIOS
  1562.   3.04.00. Otherwise DOS won't see your scsi disk(s) if you use a BIOS-
  1563.   less 53c810 based controller.  NCR SCSI BIOS exists in the AMI BIOS of
  1564.   the plato after version 1.00.08 (or maybe verion 1.00.06). This BIOS
  1565.   is FLASH upgradeable so you should be able to get the upgrade on a
  1566.   floppy from your supplier. The current version is 1.00.10 and has all
  1567.   early problems fixed.
  1568.  
  1569.   (Bios files should be available at ftp.demon.co.uk:/pub/ibmpc/intel,
  1570.   but I did not check that myself. the Autor.)
  1571.  
  1572.   10.4.  irq-lines
  1573.  
  1574.   The value in the interrupt line PCI configuration register is usually
  1575.   set manually (for compatability with legacy ISA boards) in the
  1576.   extended CMOS setup screens on a per-slot or per-device basis.  Older
  1577.   PCI mainboards also force you to set jumpers for each PCI slot/device
  1578.   which select how PCI INTA and perhaps INTB, INTC, and INTD are mapped
  1579.   to an 8259 IRQ line, Obviously, if these jumpers exist on your board,
  1580.   they must match the settings in the extended CMOS setup.  Also note
  1581.   that some boards (notably Viglens) have silkscreens and instruction
  1582.   manuals which disagree with the wiring, and some experimentation may
  1583.   be in order.
  1584.  
  1585.   10.5.  Info about the different NCR 8xx family scsi chips:
  1586.  
  1587.   All NCR 8XX Chips are dircet connect PCI bus mastering devices, that
  1588.   have no preformance difference wether on motherboard or add in option
  1589.   card.  All devices comply with PCI 2.0 Specification, and can burst 32
  1590.   bit data at the full 33 MHz (133Mbytes/Sec)
  1591.  
  1592.   10.5.1.  53C810
  1593.  
  1594.   53C810 = 8 bit Fast SCSI-2 (10 MB/Sec) Single ended only Requires
  1595.   Integrated Mother board BIOS 100 pin Quad Flat Pack (PQFP) Worlds
  1596.   first PCI SCSI Chip, Volumes make it the most inexpensive.
  1597.  
  1598.   10.5.2.  53C815
  1599.  
  1600.   53C815 = 8 bit Fast SCSI-2 (10 MB/Sec) Single Ended only Support ROM
  1601.   BIOS interface, which makes it ideal for add-in card Designs. 128 Pin
  1602.   QFP
  1603.  
  1604.   10.5.3.  53C825
  1605.  
  1606.   53C825 = 8 bit Fast SCSI-2, Single ended or Differential 16 bit Fast
  1607.   SCSI-2 (20 MB/Sec), Single ended or Differetial Also has support for
  1608.   external Rom, making it a good candidate for add in cards. 160 pin QFP
  1609.   Not supported by linux yet. (See section below on news about the 825).
  1610.   Must have devices with wide or differential scsi to use these
  1611.   features.
  1612.  
  1613.   10.6.  future of 53c8xx
  1614.  
  1615.   There are 4 new devices planned for announcement late this year and
  1616.   into early next year.  Footprint compitible with 810 and 825 with some
  1617.   new features.
  1618.  
  1619.   All the Chips require a BIOS in DOS/Intel applications.  The 810 is
  1620.   the only chip that needs it resident on the motherboard. Latest NCR
  1621.   SCSI BIOS version: 3.04.00 The bios supports disks >1GB, indeed up to
  1622.   8G under MS-LOSS.
  1623.  
  1624.   10.7.  Performance of the 53c810
  1625.  
  1626.   C't magazine's DOS benchmarks showed that it was significantly faster
  1627.   than the Buslogic BT-946, one user noted a 10-15% performance increase
  1628.   versus an Adaptec 2940, and with a very fast disk it may be 2.5X as
  1629.   fast as an Adaptec 1540.
  1630.  
  1631.   10.8.  News about NCR53c825 support
  1632.  
  1633.   works. period.
  1634.  
  1635.   10.9.  Frederic POTTER (Frederic.Potter@masi.ibp.fr) about Pen¡
  1636.   tium+NCR+Strap_bug
  1637.  
  1638.   On some Intel Plato board,  the NCR bios doesn't recognize the board,
  1639.   because it needs to see the board as a "secondary SCSI controller",
  1640.   and because on most SCSI board the jumper to select between
  1641.   primary/secondary has been ironed to primary (to spare 1 cent,
  1642.   presumably).
  1643.  
  1644.   Solution:
  1645.  
  1646.   near the NCR chip, they are 3 via ( kind of holes ) with a strap like
  1647.   that
  1648.                   O--O  O
  1649.  
  1650.           this mean primary is selected as default setting. For the Plato Intel
  1651.           Mainboard, it should be like that
  1652.  
  1653.                   O  O--O
  1654.  
  1655.           The best solution is to get rid of the strap and to put a 2 position
  1656.           jumper instead.
  1657.  
  1658.   10.10.  PCIprobe in the latest Linux Kernels by Frederic Potter
  1659.  
  1660.   Frederic Potter has added a PCI-Probe into the latest kernels. If you
  1661.   do a "cat /proc/pci" it should list all your cards. If you own cards
  1662.   which are not properly recogniced, please contact him via mail as
  1663.   "Frederic.Potter@masi.ibp.fr".
  1664.  
  1665.   See arch/i386/kernel/bios32.c and include/linux/pci.h in the kernel
  1666.   source for more information on PCI-Probe-Stuff.
  1667.  
  1668.   10.11.  Other PCI Devices
  1669.  
  1670.   What other PCI-cards are supported? Apart from various graphicscards,
  1671.   I would like to know about other cards like ethernet, framegrabber, or
  1672.   the TSET boards Cyclades is about to beta-test at the moment:
  1673.  
  1674.   10.11.1.  Cyclades: a 16-port PCI RISC-based multiport card.
  1675.  
  1676.   The product is called Cyclom-Ye, and has the following
  1677.   characteristics:
  1678.  
  1679.   ╖  PCI host card based on the PLX chip-set. This host card supports 8
  1680.      to 32 serial ports, utilizing 8 or 16-port external boxes.
  1681.  
  1682.   ╖  SCSI II cable.
  1683.  
  1684.   ╖  8 or 16-port external boxes with RJ45 or DB25 connectors (your
  1685.      choice).  You can start with 8 ports and expand to 32, by just
  1686.      adding more boxes. Each external box contains 2 or 4 CD-1400 RISC
  1687.      Serial controllers (each CD-1400 controls 4 serial ports).
  1688.  
  1689.   ╖  Up to 4 Host cards can be installed in the PC system, allowing a
  1690.      maximum of 128 serial ports per system.
  1691.  
  1692.   The product is being in the beta-test phase at July the 26th, 1995,
  1693.   and should be available by Octobre or something. eMail them at
  1694.   sales@cyclades.com.
  1695.  
  1696.   11.  Conclusion
  1697.  
  1698.   If you have some moneny to put into your machine, you'd be well off
  1699.   with a Pentium90, ASUS-SP4, which is what I use at the moment. If you
  1700.   can afford 32M RAM that would be much better than 16M RAM.
  1701.  
  1702.   Real soon now the upcoming standard will be the Triton Chipset with
  1703.   support for special SIMMS called EDODRAM, and SRAM. Both will be more
  1704.   expensive than PS2-RAM, and at the time of writing (28-June-1995) SRAM
  1705.   is not available. While EDO-DRAM is more expensive, this is not
  1706.   because of the production costs, they are said to be the same.
  1707.  
  1708.   For a highperformance system I would still choose an ASUS-TP4/XE with
  1709.   EDO-DRAM, but if you do not need to use it at the moment, I d rather
  1710.   wait some more.
  1711.  
  1712.   For Graphic-boards I'd say the best cheap board fitting perfectly on a
  1713.   good Multisync-15 like the Samsung SyncMaster 15Gli, is the SPEA V7
  1714.   Mirage P64 with Trio64 Chipset and 2M DRAM. For more sophisticated
  1715.   Display like the Iiyama-IDEK 8617A-T I think the PCI Mach64 ATI-GUP-
  1716.   Turbo (not the cheaper GUP-Turbo-Windows) would be a good choice, with
  1717.   4M RAM you can have truecolor in higher resolutions. It is well
  1718.   supported in the XFree86(tm)-3.1.1, and there are commercial X-Servers
  1719.   available of which I'd recommend Accelerated/X by Roell, which
  1720.   supports the Mach64 very well and fast.
  1721.  
  1722.   For SCSI I'd take the DPT rather than the (much cheaper and very fast)
  1723.   NCR53c810 in case you plan to use SCSI-Tapes a lot. The NCR53c810
  1724.   driver on Linux does lack disconnect/reconnect support, thus blocking
  1725.   the SCSIbus on operations like "mt rewind", "mt fsf" etc. It bears a
  1726.   performance penalty on tar-operations - but check out Drews new alpha
  1727.   drivers before making a decision, perhaps it does solve all the
  1728.   problems.
  1729.  
  1730.   For building servers, the DPT would be the controller of choice anyway
  1731.   because of all the nifty hardware cache (with elevator sorting on
  1732.   accesses, so cache it is not a silly thing even in a Linux enviroment
  1733.   where the OS does the caching) and RAID-Support up to raid level 5.
  1734.  
  1735.   If you do not want to spend that much money on computer equipment
  1736.   (e.g.: you are having a life) you might go for an ASUS-SP3-SiS with
  1737.   AMD-DX2/66 or DX4/100. The SPEA V7 Mirage P64 PCI with 2M DRAM would
  1738.   be a good choice, since it uses the Trio64 S3 Chip, which is well
  1739.   supported by XFree86(tm)-3.1.1, quite cheap to buy and fast, too.
  1740.  
  1741.   Another fine card since XFree86(tm)-3.1 is the fast and cheap
  1742.   et4000/w32-PCI-card.
  1743.  
  1744.   12.  Thanks
  1745.  
  1746.   I want to thank the following people for supporting this document:
  1747.  
  1748.   ╖  David Lesher (wb8foz@netcom.com) for extensive help with the
  1749.      english language
  1750.  
  1751.   ╖  Nathanael MAKAREVITCH (nat@nataa.frmug.fr.net) for translating into
  1752.      french
  1753.  
  1754.   ╖  Jun Morimoto (morimoto@lab.imagica.co.jp) for translating into
  1755.      japanese
  1756.  
  1757.   ╖  Marco Melgazzi (marco@vcldec1.polito.it) for translating into
  1758.      italian
  1759.  
  1760.   ╖  Donald Becker (becker@cesdis.gsfc.nasa.gov) for ethernet-
  1761.      informations
  1762.  
  1763.   ╖  Drew Eckhardt (drew@kinglear.cs.Colorado.EDU) for SCSI-informations
  1764.  
  1765.   ╖  Zhahai Stewart (zhahai@hisys.com) for help with the intro section
  1766.  
  1767.   and many more peole adding information mostly by mail and by posts,
  1768.   some of them will be named here:
  1769.  
  1770.   CARSTEN@AWORLD.aworld.de,
  1771.   dmarples@comms.eee.strathclyde.ac.uk,
  1772.   drew@kinglear.cs.Colorado.EDU (Working at the PCI-NCR53c810-Driver),
  1773.   duncan@spd.eee.strathclyde.ac.uk,
  1774.   fm3@irz.inf.tu-dresden.de,
  1775.   grif@ucrengr.ucr.edu,
  1776.   heinrich@zsv.gmd.de,
  1777.   hm@ix.de (iX-Magazine),
  1778.   hm@seneca.ix.de,
  1779.   kebsch.pad@sni.de,
  1780.   kenf@clark.net,
  1781.   matthias@penthouse.boerde.de,
  1782.   ortloff@omega.informatik.uni-dortmund.de,
  1783.   preberle@cip.informatik.uni-erlangen.de,
  1784.   rob@me62.lbl.gov,
  1785.   rsi@netcom.com,
  1786.   sk001sp@unidui.uni-duisburg.de,
  1787.   strauss@dagoba.escape.de,
  1788.   strauss@dagoba.priconet.de,
  1789.   hi86@rz.uni-karlsruhe.de,
  1790.   Ulrich Teichert, krypton@netzservice.de,
  1791.   Stefan.Dalibor@informatik.uni-erlangen.de,
  1792.   tldraben@teleport.com
  1793.   mundkur@eagle.ece.uci.edu,
  1794.   ooch@jericho.mc.com,
  1795.   Gert Doering (gert@greenie.muc.de),
  1796.   James D. Levine (jdl@netcom.com),
  1797.   Georg von Below (gbelow@pmail.sams.ch),
  1798.   Jerome Meyers (jeromem@quake.xnet.com),
  1799.   Angelo Haritsis (ah@doc.ic.ac.uk),
  1800.   archie@CS.Berkeley.EDU and his friend kenf@clark.net.
  1801.  
  1802.   13.  copyright/legalese
  1803.  
  1804.   (c)opyright 1993,94 by Michael Will - the GPL (Gnu Public License)
  1805.   applies. See last section about this.
  1806.  
  1807.   If you sell this HOWTO on a CD or in a book I would be happy to have a
  1808.   copy for reference.
  1809.  
  1810.   (Michael.Will@student.uni-tuebingen.de)
  1811.  
  1812.   Contact me, either via eMail or call +49-7071-969063.
  1813.  
  1814.   Trademarks are owned by their owners. There is no warranty on the
  1815.   information in this document.
  1816.  
  1817.   For german users I am offering tested, preinstalled / preconfigured
  1818.   and supported Linux-PCI-machines. Call me at 07071-969063.
  1819.  
  1820.   14.  GPL - Gnu Public License
  1821.  
  1822.                       GNU GENERAL PUBLIC LICENSE
  1823.                          Version 2, June 1991
  1824.  
  1825.    Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  1826.                             675 Mass Ave, Cambridge, MA 02139, USA
  1827.    Everyone is permitted to copy and distribute verbatim copies
  1828.    of this license document, but changing it is not allowed.
  1829.  
  1830.                               Preamble
  1831.  
  1832.     The licenses for most software are designed to take away your
  1833.   freedom to share and change it.  By contrast, the GNU General Public
  1834.   License is intended to guarantee your freedom to share and change free
  1835.   software--to make sure the software is free for all its users.  This
  1836.   General Public License applies to most of the Free Software
  1837.   Foundation's software and to any other program whose authors commit to
  1838.   using it.  (Some other Free Software Foundation software is covered by
  1839.   the GNU Library General Public License instead.)  You can apply it to
  1840.   your programs, too.
  1841.  
  1842.     When we speak of free software, we are referring to freedom, not
  1843.   price.  Our General Public Licenses are designed to make sure that you
  1844.   have the freedom to distribute copies of free software (and charge for
  1845.   this service if you wish), that you receive source code or can get it
  1846.   if you want it, that you can change the software or use pieces of it
  1847.   in new free programs; and that you know you can do these things.
  1848.  
  1849.     To protect your rights, we need to make restrictions that forbid
  1850.   anyone to deny you these rights or to ask you to surrender the rights.
  1851.   These restrictions translate to certain responsibilities for you if you
  1852.   distribute copies of the software, or if you modify it.
  1853.  
  1854.     For example, if you distribute copies of such a program, whether
  1855.   gratis or for a fee, you must give the recipients all the rights that
  1856.   you have.  You must make sure that they, too, receive or can get the
  1857.   source code.  And you must show them these terms so they know their
  1858.   rights.
  1859.  
  1860.     We protect your rights with two steps: (1) copyright the software, and
  1861.   (2) offer you this license which gives you legal permission to copy,
  1862.   distribute and/or modify the software.
  1863.  
  1864.     Also, for each author's protection and ours, we want to make certain
  1865.   that everyone understands that there is no warranty for this free
  1866.   software.  If the software is modified by someone else and passed on, we
  1867.   want its recipients to know that what they have is not the original, so
  1868.   that any problems introduced by others will not reflect on the original
  1869.   authors' reputations.
  1870.  
  1871.     Finally, any free program is threatened constantly by software
  1872.   patents.  We wish to avoid the danger that redistributors of a free
  1873.   program will individually obtain patent licenses, in effect making the
  1874.   program proprietary.  To prevent this, we have made it clear that any
  1875.   patent must be licensed for everyone's free use or not licensed at all.
  1876.  
  1877.     The precise terms and conditions for copying, distribution and
  1878.   modification follow.
  1879.  
  1880.                       GNU GENERAL PUBLIC LICENSE
  1881.      TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  1882.  
  1883.     0. This License applies to any program or other work which contains
  1884.   a notice placed by the copyright holder saying it may be distributed
  1885.   under the terms of this General Public License.  The "Program", below,
  1886.   refers to any such program or work, and a "work based on the Program"
  1887.   means either the Program or any derivative work under copyright law:
  1888.   that is to say, a work containing the Program or a portion of it,
  1889.   either verbatim or with modifications and/or translated into another
  1890.   language.  (Hereinafter, translation is included without limitation in
  1891.   the term "modification".)  Each licensee is addressed as "you".
  1892.  
  1893.   Activities other than copying, distribution and modification are not
  1894.   covered by this License; they are outside its scope.  The act of
  1895.   running the Program is not restricted, and the output from the Program
  1896.   is covered only if its contents constitute a work based on the
  1897.   Program (independent of having been made by running the Program).
  1898.   Whether that is true depends on what the Program does.
  1899.  
  1900.     1. You may copy and distribute verbatim copies of the Program's
  1901.   source code as you receive it, in any medium, provided that you
  1902.   conspicuously and appropriately publish on each copy an appropriate
  1903.   copyright notice and disclaimer of warranty; keep intact all the
  1904.   notices that refer to this License and to the absence of any warranty;
  1905.   and give any other recipients of the Program a copy of this License
  1906.   along with the Program.
  1907.  
  1908.   You may charge a fee for the physical act of transferring a copy, and
  1909.   you may at your option offer warranty protection in exchange for a fee.
  1910.  
  1911.     2. You may modify your copy or copies of the Program or any portion
  1912.   of it, thus forming a work based on the Program, and copy and
  1913.   distribute such modifications or work under the terms of Section 1
  1914.   above, provided that you also meet all of these conditions:
  1915.  
  1916.       a) You must cause the modified files to carry prominent notices
  1917.       stating that you changed the files and the date of any change.
  1918.  
  1919.       b) You must cause any work that you distribute or publish, that in
  1920.       whole or in part contains or is derived from the Program or any
  1921.       part thereof, to be licensed as a whole at no charge to all third
  1922.       parties under the terms of this License.
  1923.  
  1924.       c) If the modified program normally reads commands interactively
  1925.       when run, you must cause it, when started running for such
  1926.       interactive use in the most ordinary way, to print or display an
  1927.       announcement including an appropriate copyright notice and a
  1928.       notice that there is no warranty (or else, saying that you provide
  1929.       a warranty) and that users may redistribute the program under
  1930.       these conditions, and telling the user how to view a copy of this
  1931.       License.  (Exception: if the Program itself is interactive but
  1932.       does not normally print such an announcement, your work based on
  1933.       the Program is not required to print an announcement.)
  1934.  
  1935.   These requirements apply to the modified work as a whole.  If
  1936.   identifiable sections of that work are not derived from the Program,
  1937.   and can be reasonably considered independent and separate works in
  1938.   themselves, then this License, and its terms, do not apply to those
  1939.   sections when you distribute them as separate works.  But when you
  1940.   distribute the same sections as part of a whole which is a work based
  1941.   on the Program, the distribution of the whole must be on the terms of
  1942.   this License, whose permissions for other licensees extend to the
  1943.   entire whole, and thus to each and every part regardless of who wrote it.
  1944.  
  1945.   Thus, it is not the intent of this section to claim rights or contest
  1946.   your rights to work written entirely by you; rather, the intent is to
  1947.   exercise the right to control the distribution of derivative or
  1948.   collective works based on the Program.
  1949.  
  1950.   In addition, mere aggregation of another work not based on the Program
  1951.   with the Program (or with a work based on the Program) on a volume of
  1952.   a storage or distribution medium does not bring the other work under
  1953.   the scope of this License.
  1954.     3. You may copy and distribute the Program (or a work based on it,
  1955.   under Section 2) in object code or executable form under the terms of
  1956.   Sections 1 and 2 above provided that you also do one of the following:
  1957.  
  1958.       a) Accompany it with the complete corresponding machine-readable
  1959.       source code, which must be distributed under the terms of Sections
  1960.       1 and 2 above on a medium customarily used for software interchange; or,
  1961.  
  1962.       b) Accompany it with a written offer, valid for at least three
  1963.       years, to give any third party, for a charge no more than your
  1964.       cost of physically performing source distribution, a complete
  1965.       machine-readable copy of the corresponding source code, to be
  1966.       distributed under the terms of Sections 1 and 2 above on a medium
  1967.       customarily used for software interchange; or,
  1968.  
  1969.       c) Accompany it with the information you received as to the offer
  1970.       to distribute corresponding source code.  (This alternative is
  1971.       allowed only for noncommercial distribution and only if you
  1972.       received the program in object code or executable form with such
  1973.       an offer, in accord with Subsection b above.)
  1974.  
  1975.   The source code for a work means the preferred form of the work for
  1976.   making modifications to it.  For an executable work, complete source
  1977.   code means all the source code for all modules it contains, plus any
  1978.   associated interface definition files, plus the scripts used to
  1979.   control compilation and installation of the executable.  However, as a
  1980.   special exception, the source code distributed need not include
  1981.   anything that is normally distributed (in either source or binary
  1982.   form) with the major components (compiler, kernel, and so on) of the
  1983.   operating system on which the executable runs, unless that component
  1984.   itself accompanies the executable.
  1985.  
  1986.   If distribution of executable or object code is made by offering
  1987.   access to copy from a designated place, then offering equivalent
  1988.   access to copy the source code from the same place counts as
  1989.   distribution of the source code, even though third parties are not
  1990.   compelled to copy the source along with the object code.
  1991.  
  1992.     4. You may not copy, modify, sublicense, or distribute the Program
  1993.   except as expressly provided under this License.  Any attempt
  1994.   otherwise to copy, modify, sublicense or distribute the Program is
  1995.   void, and will automatically terminate your rights under this License.
  1996.   However, parties who have received copies, or rights, from you under
  1997.   this License will not have their licenses terminated so long as such
  1998.   parties remain in full compliance.
  1999.  
  2000.     5. You are not required to accept this License, since you have not
  2001.   signed it.  However, nothing else grants you permission to modify or
  2002.   distribute the Program or its derivative works.  These actions are
  2003.   prohibited by law if you do not accept this License.  Therefore, by
  2004.   modifying or distributing the Program (or any work based on the
  2005.   Program), you indicate your acceptance of this License to do so, and
  2006.   all its terms and conditions for copying, distributing or modifying
  2007.   the Program or works based on it.
  2008.  
  2009.     6. Each time you redistribute the Program (or any work based on the
  2010.   Program), the recipient automatically receives a license from the
  2011.   original licensor to copy, distribute or modify the Program subject to
  2012.   these terms and conditions.  You may not impose any further
  2013.   restrictions on the recipients' exercise of the rights granted herein.
  2014.   You are not responsible for enforcing compliance by third parties to
  2015.   this License.
  2016.  
  2017.     7. If, as a consequence of a court judgment or allegation of patent
  2018.   infringement or for any other reason (not limited to patent issues),
  2019.   conditions are imposed on you (whether by court order, agreement or
  2020.   otherwise) that contradict the conditions of this License, they do not
  2021.   excuse you from the conditions of this License.  If you cannot
  2022.   distribute so as to satisfy simultaneously your obligations under this
  2023.   License and any other pertinent obligations, then as a consequence you
  2024.   may not distribute the Program at all.  For example, if a patent
  2025.   license would not permit royalty-free redistribution of the Program by
  2026.   all those who receive copies directly or indirectly through you, then
  2027.   the only way you could satisfy both it and this License would be to
  2028.   refrain entirely from distribution of the Program.
  2029.  
  2030.   If any portion of this section is held invalid or unenforceable under
  2031.   any particular circumstance, the balance of the section is intended to
  2032.   apply and the section as a whole is intended to apply in other
  2033.   circumstances.
  2034.  
  2035.   It is not the purpose of this section to induce you to infringe any
  2036.   patents or other property right claims or to contest validity of any
  2037.   such claims; this section has the sole purpose of protecting the
  2038.   integrity of the free software distribution system, which is
  2039.   implemented by public license practices.  Many people have made
  2040.   generous contributions to the wide range of software distributed
  2041.   through that system in reliance on consistent application of that
  2042.   system; it is up to the author/donor to decide if he or she is willing
  2043.   to distribute software through any other system and a licensee cannot
  2044.   impose that choice.
  2045.  
  2046.   This section is intended to make thoroughly clear what is believed to
  2047.   be a consequence of the rest of this License.
  2048.  
  2049.     8. If the distribution and/or use of the Program is restricted in
  2050.   certain countries either by patents or by copyrighted interfaces, the
  2051.   original copyright holder who places the Program under this License
  2052.   may add an explicit geographical distribution limitation excluding
  2053.   those countries, so that distribution is permitted only in or among
  2054.   countries not thus excluded.  In such case, this License incorporates
  2055.   the limitation as if written in the body of this License.
  2056.  
  2057.     9. The Free Software Foundation may publish revised and/or new versions
  2058.   of the General Public License from time to time.  Such new versions will
  2059.   be similar in spirit to the present version, but may differ in detail to
  2060.   address new problems or concerns.
  2061.  
  2062.   Each version is given a distinguishing version number.  If the Program
  2063.   specifies a version number of this License which applies to it and "any
  2064.   later version", you have the option of following the terms and conditions
  2065.   either of that version or of any later version published by the Free
  2066.   Software Foundation.  If the Program does not specify a version number of
  2067.   this License, you may choose any version ever published by the Free Software
  2068.   Foundation.
  2069.  
  2070.     10. If you wish to incorporate parts of the Program into other free
  2071.   programs whose distribution conditions are different, write to the author
  2072.   to ask for permission.  For software which is copyrighted by the Free
  2073.   Software Foundation, write to the Free Software Foundation; we sometimes
  2074.   make exceptions for this.  Our decision will be guided by the two goals
  2075.   of preserving the free status of all derivatives of our free software and
  2076.   of promoting the sharing and reuse of software generally.
  2077.  
  2078.                               NO WARRANTY
  2079.  
  2080.     11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  2081.   FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  2082.   OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  2083.   PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  2084.   OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  2085.   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  2086.   TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  2087.   PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  2088.   REPAIR OR CORRECTION.
  2089.  
  2090.     12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  2091.   WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  2092.   REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  2093.   INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  2094.   OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  2095.   TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  2096.   YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  2097.   PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  2098.   POSSIBILITY OF SUCH DAMAGES.
  2099.  
  2100.                        END OF TERMS AND CONDITIONS
  2101.  
  2102.           Appendix: How to Apply These Terms to Your New Programs
  2103.  
  2104.     If you develop a new program, and you want it to be of the greatest
  2105.   possible use to the public, the best way to achieve this is to make it
  2106.   free software which everyone can redistribute and change under these terms.
  2107.  
  2108.     To do so, attach the following notices to the program.  It is safest
  2109.   to attach them to the start of each source file to most effectively
  2110.   convey the exclusion of warranty; and each file should have at least
  2111.   the "copyright" line and a pointer to where the full notice is found.
  2112.  
  2113.       <one line to give the program's name and a brief idea of what it does.>
  2114.       Copyright (C) 19yy  (name of author)
  2115.  
  2116.       This program is free software; you can redistribute it and/or modify
  2117.       it under the terms of the GNU General Public License as published by
  2118.       the Free Software Foundation; either version 2 of the License, or
  2119.       (at your option) any later version.
  2120.  
  2121.       This program is distributed in the hope that it will be useful,
  2122.       but WITHOUT ANY WARRANTY; without even the implied warranty of
  2123.       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2124.       GNU General Public License for more details.
  2125.  
  2126.       You should have received a copy of the GNU General Public License
  2127.       along with this program; if not, write to the Free Software
  2128.       Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  2129.  
  2130.   Also add information on how to contact you by electronic and paper mail.
  2131.  
  2132.   If the program is interactive, make it output a short notice like this
  2133.   when it starts in an interactive mode:
  2134.  
  2135.       Gnomovision version 69, Copyright (C) 19yy name of author
  2136.       Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  2137.       This is free software, and you are welcome to redistribute it
  2138.       under certain conditions; type `show c' for details.
  2139.  
  2140.   The hypothetical commands `show w' and `show c' should show the appropriate
  2141.   parts of the General Public License.  Of course, the commands you use may
  2142.   be called something other than `show w' and `show c'; they could even be
  2143.   mouse-clicks or menu items--whatever suits your program.
  2144.  
  2145.   You should also get your employer (if you work as a programmer) or your
  2146.   school, if any, to sign a "copyright disclaimer" for the program, if
  2147.   necessary.  Here is a sample; alter the names:
  2148.  
  2149.     Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  2150.     `Gnomovision' (which makes passes at compilers) written by James Hacker.
  2151.  
  2152.     (signature of Ty Coon), 1 April 1989
  2153.     Ty Coon, President of Vice
  2154.  
  2155.   This General Public License does not permit incorporating your program into
  2156.   proprietary programs.  If your program is a subroutine library, you may
  2157.   consider it more useful to permit linking proprietary applications with the
  2158.   library.  If this is what you want to do, use the GNU Library General
  2159.   Public License instead of this License.
  2160.  
  2161.